NIM 跨平台 C++ SDK
|
Experimental and untested: represents an element of the "path" to access a node. 更多...
#include <value.h>
Public 成员函数 | |
PathArgument () | |
PathArgument (ArrayIndex index) | |
PathArgument (const char *key) | |
PathArgument (String key) | |
Private 类型 | |
enum | Kind { kindNone = 0 , kindIndex , kindKey } |
Private 属性 | |
String | key_ |
ArrayIndex | index_ {} |
Kind | kind_ {kindNone} |
友元 | |
class | Path |
Experimental and untested: represents an element of the "path" to access a node.
|
private |
|
default |
nim_cpp_wrapper_util::Json::PathArgument::PathArgument | ( | ArrayIndex | index | ) |
nim_cpp_wrapper_util::Json::PathArgument::PathArgument | ( | const char * | key | ) |
nim_cpp_wrapper_util::Json::PathArgument::PathArgument | ( | String | key | ) |
|
friend |
|
private |
|
private |