libvariant
 All Classes Namespaces Files Functions Enumerations Groups
Public Types | Public Member Functions | List of all members
libvariant::PathElement Class Reference

Basic element of a path. More...

#include <Variant/Path.h>

Public Types

enum  Type_t { INDEX, KEY }
 

Public Member Functions

 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
 

Detailed Description

Basic element of a path.


The documentation for this class was generated from the following file: