INIReader class.
More...
#include <ini.h>
|
|
using | T_LineData = std::vector<std::string> |
| | Vector of strings to store INI file structure into.
|
| |
|
using | T_LineDataPtr = std::shared_ptr<T_LineData> |
| | Shared pointer to T_LineData.
|
| |
|
|
bool | isBOM = false |
| | BOM flag, indicetes, that indicates, that it is UTF-8.
|
| |
◆ INIReader()
| mINI::INIReader::INIReader |
( |
std::string const & | filename, |
|
|
bool | keepLineData = false ) |
|
inline |
Constructor.
- Parameters
-
| [in] | filename | Full INI file name with path |
| [in] | keepLineData | Keep pointer to LineData to lineData |
◆ getLines()
Returns contents of INI file.
- Returns
- Pointer to the vector of INI strings
◆ operator>>()
Reads INI file contents into "data" INI file structure.
- Parameters
-
| data | INI file structure to read data into |
- Returns
- true if succeed, false otherwise
The documentation for this class was generated from the following file: