Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
sf::IniProfile::Entry Class Reference

Internal storage class for keys. More...

#include <IniProfile.h>

Public Member Functions

 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
 

Friends

class IniProfile
 

Detailed Description

Internal storage class for keys.

Constructor & Destructor Documentation

◆ 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

Member Function Documentation

◆ 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)

Friends And Related Symbol Documentation

◆ IniProfile

friend class IniProfile
friend

The documentation for this class was generated from the following file: