Class CParser#

Class Documentation#

class CParser#

Main processing unit containing the parsing logic.

Public Functions

inline CParser(std::string_view svInput)#

Explicit constructor initializing the parser target view bounds.

Parameters:

svInput[in] The TOML string.

inline const SNode &Root() const noexcept#

Get the root node.

Returns:

Return a reference to the root node.