Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
Classes | |
class | AbstractValueOption |
class | EnumOption |
class | ListOption |
class | Manager |
class | Option |
class | OptionException |
class | StringList |
class | SwitchOption |
class | UnknownException |
class | Value |
class | ValueOption |
Typedefs | |
typedef enum elm::option::usage_t | usage_t |
typedef SwitchOption | Switch |
Enumerations | |
enum | usage_t { arg_none, arg_optional, arg_required } |
Functions | |
template<class T > | |
T | read (string arg) |
template<> | |
string | read< string > (string arg) |
template<> | |
cstring | read< cstring > (string arg) |
typedef SwitchOption Switch |
typedef enum elm::option::usage_t usage_t |
enum usage_t |
|
inline |