JsonCpp project page Classes Namespace 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>

Public Member Functions

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

Friends

class Path
 

Detailed Description

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

Constructor & Destructor Documentation

◆ PathArgument() [1/4]

Json::PathArgument::PathArgument ( )
default

◆ PathArgument() [2/4]

Json::PathArgument::PathArgument ( ArrayIndex  index)

◆ PathArgument() [3/4]

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

◆ PathArgument() [4/4]

Json::PathArgument::PathArgument ( String  key)

Friends And Related Function Documentation

◆ Path

friend class Path
friend

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