|
Antares Simulator
Power System Simulator
|
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. | |
| Property * | next = nullptr |
| The next value. | |
A single entry in an INI file.
This struct is barely a pair : key/value