![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
Classes | |
| class | EnumOption |
| class | ListOption |
| class | Manager |
| class | OptionException |
| class | Option |
| class | StringList |
| class | SwitchOption |
| class | AbstractValueOption |
| class | ValueOption |
| class | Value |
| class | UnknownException |
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 |