Antares Simulator
Power System Simulator
Loading...
Searching...
No Matches
Antares::IniFile::Property Class Referencefinal

A single entry in an INI file. More...

#include <inifile.h>

Public Member Functions

 Property (const AnyString &key)
 
template<class U >
 Property (const AnyString &key, const U &value)
 
void saveToStream (std::ostream &file, uint64_t &written) const
 

Public Attributes

YString key
 The key.
 
YString value
 Its associated value.
 
Propertynext = nullptr
 The next value.
 

Detailed Description

A single entry in an INI file.

This struct is barely a pair : key/value


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