Internal storage class for keys.
More...
#include <IniProfile.h>
|
| Entry ()=default |
|
| Entry (const std::string &key, const std::string &value) |
|
| Entry (const std::string &comment) |
|
bool | setLine (const std::string &) |
|
std::ostream & | write (std::ostream &os) |
|
bool | read (std::istream &is) |
|
bool | isValid () const |
|
Internal storage class for keys.
◆ Entry() [1/3]
sf::IniProfile::Entry::Entry |
( |
| ) |
|
|
default |
◆ Entry() [2/3]
sf::IniProfile::Entry::Entry |
( |
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
◆ Entry() [3/3]
sf::IniProfile::Entry::Entry |
( |
const std::string & |
comment | ) |
|
|
explicit |
◆ isValid()
bool sf::IniProfile::Entry::isValid |
( |
| ) |
const |
|
inline |
◆ read()
bool sf::IniProfile::Entry::read |
( |
std::istream & |
is | ) |
|
◆ setLine()
bool sf::IniProfile::Entry::setLine |
( |
const std::string & |
| ) |
|
◆ write()
std::ostream & sf::IniProfile::Entry::write |
( |
std::ostream & |
os | ) |
|
◆ IniProfile
The documentation for this class was generated from the following file: