ADTF  3.18.2
PathArgument

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

Public Member Functions

 PathArgument (ArrayIndex index)
 
 PathArgument (const char *key)
 
 PathArgument (const JSONCPP_STRING &key)
 

Private Types

enum  Kind { kindNone = 0 , kindIndex , kindKey }
 

Private Attributes

JSONCPP_STRING key_
 
ArrayIndex index_
 
Kind kind_
 

Detailed Description

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

Definition at line 646 of file value.h.