JsonCpp project page | JsonCpp home page |
Experimental and untested: represents an element of the "path" to access a node. More...
#include <json/value.h>
Public Member Functions | |
PathArgument () | |
PathArgument (ArrayIndex index) | |
PathArgument (const char *key) | |
PathArgument (const std::string &key) | |
Friends | |
class | Path |
Experimental and untested: represents an element of the "path" to access a node.
Json::PathArgument::PathArgument | ( | ) |
Definition at line 1624 of file json_value.cpp.
Json::PathArgument::PathArgument | ( | ArrayIndex | index | ) |
Definition at line 1630 of file json_value.cpp.
Json::PathArgument::PathArgument | ( | const char * | key | ) |
Definition at line 1637 of file json_value.cpp.
Json::PathArgument::PathArgument | ( | const std::string & | key | ) |
Definition at line 1644 of file json_value.cpp.
|
hosts this site. |
Send comments to: Json-cpp Developers |