This class represents a line with a key-value pair of strings, inside an INI file. More...
#include <FileINI.h>
Public Member Functions | |
| INILine () | |
| Default constructor. | |
| INILine (const std::tstring &Key, const std::tstring &Value) | |
| Standard constructor. | |
| INILine (const INILine &line) | |
| Copy constructor. | |
Public Attributes | |
| std::tstring | sKey |
| The line's key string. | |
| std::tstring | sValue |
| The line's value string. | |
This class represents a line with a key-value pair of strings, inside an INI file.
Definition at line 58 of file FileINI.h.
| INILine::INILine | ( | const std::tstring & | Key, | |
| const std::tstring & | Value | |||
| ) | [inline] |
| INILine::INILine | ( | const INILine & | line | ) | [inline] |
1.6.1