INI Utility Class.
More...
#include <IniUtil.h>
◆ IniConfigObject
◆ InputStream
◆ OutputStream
◆ parse()
Parse an INI CONFIG object from a peekable stream
- Parameters
-
input | Peekable stream to be processed |
- Returns
- INI CONFIG object
◆ unparse()
Write an INI CONFIG object to a stream
- Parameters
-
target | INI CONFIG to be written |
output | Stream to output |
- Returns
- Whether the operation is successful
References ASSERT_WRITE.
◆ unparsePair()
bool IniUtil::unparsePair |
( |
const std::pair< std::string, std::string > & | pair, |
|
|
OutputStream * | output ) |
|
staticprotectednoexcept |
The documentation for this class was generated from the following files: