JsonCpp project page JsonCpp home page

Json::PathArgument Class Reference

Experimental and untested: represents an element of the "path" to access a node. More...

#include <json/value.h>

Collaboration diagram for Json::PathArgument:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 PathArgument ()
 PathArgument (ArrayIndex index)
 PathArgument (const char *key)
 PathArgument (const std::string &key)

Friends

class Path

Detailed Description

Experimental and untested: represents an element of the "path" to access a node.

Definition at line 592 of file value.h.


Constructor & Destructor Documentation

Json::PathArgument::PathArgument (  ) 

Definition at line 1378 of file json_value.cpp.

Json::PathArgument::PathArgument ( ArrayIndex  index  ) 

Definition at line 1380 of file json_value.cpp.

Json::PathArgument::PathArgument ( const char *  key  ) 

Definition at line 1383 of file json_value.cpp.

Json::PathArgument::PathArgument ( const std::string &  key  ) 

Definition at line 1386 of file json_value.cpp.


Friends And Related Function Documentation

friend class Path [friend]

Definition at line 594 of file value.h.


The documentation for this class was generated from the following files: