JsonCpp project page JsonCpp home page

Public Member Functions | Friends | List of all members
Json::PathArgument Class Reference

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

#include </home/iurt/rpmbuild/BUILD/jsoncpp-src-0.5.0/include/json/value.h>

+ Collaboration diagram for Json::PathArgument:

Public Member Functions

 PathArgument ()
 
 PathArgument (UInt 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 451 of file value.h.

Constructor & Destructor Documentation

Json::PathArgument::PathArgument ( )

Definition at line 1512 of file json_value.cpp.

Json::PathArgument::PathArgument ( Value::UInt  index)

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.

Friends And Related Function Documentation

friend class Path
friend

Definition at line 454 of file value.h.


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

SourceForge Logo hosts this site. Send comments to:
Json-cpp Developers