Class CTableArray#

Inheritance Relationships#

Base Type#

Class Documentation#

class CTableArray : public toml_parser::CArray#

Array of tables.

Public Functions

inline CTableArray(CParser &rparser, const std::string &rssName, const std::string &rssRawName)#

Constructor.

Parameters:
  • rparser[in] Reference to the TOML parser.

  • rssName[in] Reference to the name of the node.

  • rssRawName[in] Reference to the raw name of the node.