Basic element of a path.
More...
#include <Variant/Path.h>
|
| enum | Type_t { INDEX,
KEY
} |
| |
|
|
| PathElement (const std::string &k) |
| |
|
| PathElement (const char *k) |
| |
|
| PathElement (unsigned i) |
| |
|
bool | IsNumber () const |
| |
|
unsigned | AsUnsigned () const |
| |
|
bool | IsString () const |
| |
|
const std::string & | AsString () const |
| |
The documentation for this class was generated from the following file: