Experimental and untested: represents an element of the "path" to access a node. More...
#include <json/value.h>
 Collaboration diagram for Json::PathArgument:
 Collaboration diagram for Json::PathArgument:| Public Member Functions | |
| PathArgument () | |
| PathArgument (ArrayIndex index) | |
| PathArgument (const char *key) | |
| PathArgument (const String &key) | |
| Friends | |
| class | Path | 
Experimental and untested: represents an element of the "path" to access a node.
| Json::PathArgument::PathArgument | ( | ) | 
Definition at line 1568 of file json_value.cpp.
| Json::PathArgument::PathArgument | ( | ArrayIndex | index | ) | 
Definition at line 1570 of file json_value.cpp.
| Json::PathArgument::PathArgument | ( | const char * | key | ) | 
Definition at line 1573 of file json_value.cpp.
| Json::PathArgument::PathArgument | ( | const String & | key | ) | 
Definition at line 1576 of file json_value.cpp.
 1.8.16
 1.8.16