Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
Json::PathArgument Class Reference

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

#include <jsoncpp.h>

Public Member Functions

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

Detailed Description

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

Definition at line 819 of file jsoncpp.h.

Constructor & Destructor Documentation

Json::PathArgument::PathArgument ( )

Definition at line 3163 of file jsoncpp.cpp.

Json::PathArgument::PathArgument ( ArrayIndex  index)

Definition at line 3169 of file jsoncpp.cpp.

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

Definition at line 3176 of file jsoncpp.cpp.

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

Definition at line 3183 of file jsoncpp.cpp.


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