Experimental and untested: represents an element of the "path" to access a node. More...
#include <value.h>
Public Member Functions | |
PathArgument () | |
PathArgument (UInt index) | |
PathArgument (const char *key) | |
PathArgument (const std::string &key) | |
Private Types | |
enum | Kind { kindNone = 0, kindIndex, kindKey } |
Private Attributes | |
UInt | index_ |
std::string | key_ |
Kind | kind_ |
Friends | |
class | Path |
Experimental and untested: represents an element of the "path" to access a node.
enum Json::PathArgument::Kind [private] |
Definition at line 1512 of file json_value.cpp.
Definition at line 1518 of file json_value.cpp.
Json::PathArgument::PathArgument | ( | const char * | key | ) |
Definition at line 1525 of file json_value.cpp.
Json::PathArgument::PathArgument | ( | const std::string & | key | ) |
Definition at line 1532 of file json_value.cpp.
UInt Json::PathArgument::index_ [private] |
std::string Json::PathArgument::key_ [private] |
Kind Json::PathArgument::kind_ [private] |