PhoenixToml  1.2.0
Toml parser for Phoenix
Loading...
Searching...
No Matches
PTomlParserData Struct Reference

Data used to parse a toml file. More...

Public Attributes

bool isRun
 True to continue the parsing, false to stop.
 
PFileParser parser
 Parser to be used.
 

Detailed Description

Data used to parse a toml file.

Definition at line 11 of file parser_toml.cpp.

Member Data Documentation

◆ isRun

bool PTomlParserData::isRun

True to continue the parsing, false to stop.

Definition at line 15 of file parser_toml.cpp.

Referenced by default_PTomlParserData(), parse_toml_isParse(), parse_toml_stopParsing(), parser_toml_fileParser(), and parser_toml_fileParser().

◆ parser


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