Free Electron
|
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 |
Experimental and untested: represents an element of the "path" to access a node.