PhoenixToml  0.4.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.
 

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 13 of file parser_toml.cpp.

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


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