Public Member Functions | |
Dictionary (const Dictionary &)=default | |
Dictionary & | operator= (const Dictionary &)=default |
Dictionary & | operator= (Dictionary &)=default |
std::vector< std::string > | keys () |
ValueType | getValueType (const std::string &key) |
std::string | getStringValue (const std::string &key) |
AXAPINode | getNodeValue (const std::string &node) |
Friends | |
class | AXAPINode |