Class CTableArray# Defined in File parser_node_toml.h Inheritance Relationships# Base Type# public toml_parser::CArray (Class CArray) 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.