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 (String key) | |
Friends | |
class | Path |
Experimental and untested: represents an element of the "path" to access a node.
|
default |
Json::PathArgument::PathArgument | ( | ArrayIndex | index | ) |
Json::PathArgument::PathArgument | ( | const char * | key | ) |
Json::PathArgument::PathArgument | ( | String | key | ) |
|
friend |