Free Electron
Public Member Functions | Private Types | Private Attributes | Friends | List of all members
Json::PathArgument Class Reference

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

#include <value.h>

Public Member Functions

 PathArgument (ArrayIndex index)
 
 PathArgument (const char *key)
 
 PathArgument (String key)
 

Private Types

enum  Kind {
  kindNone = 0,
  kindIndex,
  kindKey
}
 

Private Attributes

String key_
 
ArrayIndex index_ {}
 
Kind kind_ {kindNone}
 

Friends

class Path
 

Detailed Description

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


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