Experimental and untested: represents an element of the "path" to access a node.
More...
#include <value.h>
List of all members.
Public Member Functions |
|
| 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_ |
Detailed Description
Experimental and untested: represents an element of the "path" to access a node.
Definition at line 489 of file value.h.
The documentation for this class was generated from the following files: