webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
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 <value.h>

Public Member Functions

 PathArgument ()
 
 PathArgument (ArrayIndex index)
 
 PathArgument (const char *key)
 
 PathArgument (const std::string &key)
 
 PathArgument ()
 
 PathArgument (ArrayIndex index)
 
 PathArgument (const char *key)
 
 PathArgument (const std::string &key)
 
 PathArgument ()
 
 PathArgument (ArrayIndex 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.

Constructor & Destructor Documentation

◆ PathArgument() [1/12]

Json::PathArgument::PathArgument ( )

◆ PathArgument() [2/12]

Json::PathArgument::PathArgument ( ArrayIndex  index)

◆ PathArgument() [3/12]

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

◆ PathArgument() [4/12]

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

◆ PathArgument() [5/12]

Json::PathArgument::PathArgument ( )

◆ PathArgument() [6/12]

Json::PathArgument::PathArgument ( ArrayIndex  index)

◆ PathArgument() [7/12]

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

◆ PathArgument() [8/12]

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

◆ PathArgument() [9/12]

Json::PathArgument::PathArgument ( )

◆ PathArgument() [10/12]

Json::PathArgument::PathArgument ( ArrayIndex  index)

◆ PathArgument() [11/12]

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

◆ PathArgument() [12/12]

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

Friends And Related Function Documentation

◆ Path

Path
friend

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