zep
|
The parser class. More...
#include <cpptoml.h>
Public Member Functions | |
parser (std::istream &stream) | |
Parsers are constructed from streams. | |
parser & | operator= (const parser &parser)=delete |
std::shared_ptr< table > | parse () |
Parses the stream this parser was created on until EOF. More... | |
The parser class.
|
inline |
Parses the stream this parser was created on until EOF.
parse_exception | if there are errors in parsing |