|
Twitch SDK (Internal)
|
Experimental and untested: represents an element of the "path" to access a node. More...
#include <value.h>
Public Member Functions | |
| PathArgument () | |
| PathArgument (UInt index) | |
| PathArgument (const char *key) | |
| PathArgument (const std::string &key) | |
Private Types | |
| enum | Kind { kindNone = 0, kindIndex, kindKey } |
Private Attributes | |
| std::string | key_ |
| UInt | index_ |
| Kind | kind_ |
Friends | |
| class | Path |
Experimental and untested: represents an element of the "path" to access a node.
|
private |
| ttv::json::PathArgument::PathArgument | ( | ) |
| ttv::json::PathArgument::PathArgument | ( | UInt | index | ) |
| ttv::json::PathArgument::PathArgument | ( | const char * | key | ) |
| ttv::json::PathArgument::PathArgument | ( | const std::string & | key | ) |
|
friend |
|
private |
|
private |
|
private |
1.8.13