zep
Public Member Functions | List of all members
cpptoml::parser Class Reference

The parser class. More...

#include <cpptoml.h>

Public Member Functions

 parser (std::istream &stream)
 Parsers are constructed from streams.
 
parseroperator= (const parser &parser)=delete
 
std::shared_ptr< tableparse ()
 Parses the stream this parser was created on until EOF. More...
 

Detailed Description

The parser class.

Member Function Documentation

§ parse()

std::shared_ptr<table> cpptoml::parser::parse ( )
inline

Parses the stream this parser was created on until EOF.

Exceptions
parse_exceptionif there are errors in parsing

The documentation for this class was generated from the following file: