|
CACAO
|
Public Types | |
| typedef std::set< OptionEntry * > | ChildSetTy |
| typedef ChildSetTy::iterator | iterator |
Public Member Functions | |
| OptionPrefix (const char *name) | |
| const char * | get_name () const |
| std::size_t | size () const |
| iterator | begin () |
| iterator | end () |
| void | insert (OptionEntry *oe) |
Private Attributes | |
| const char * | name |
| std::size_t | s |
| ChildSetTy | children |
Definition at line 61 of file Option.hpp.
Definition at line 63 of file Option.hpp.
| typedef ChildSetTy::iterator cacao::OptionPrefix::iterator |
Definition at line 64 of file Option.hpp.
| cacao::OptionPrefix::OptionPrefix | ( | const char * | name | ) |
Definition at line 46 of file Option.cpp.
|
inline |
Definition at line 74 of file Option.hpp.
|
inline |
Definition at line 75 of file Option.hpp.
|
inline |
Definition at line 68 of file Option.hpp.
| void cacao::OptionPrefix::insert | ( | OptionEntry * | oe | ) |
Definition at line 48 of file Option.cpp.
|
inline |
Definition at line 71 of file Option.hpp.
|
private |
Definition at line 85 of file Option.hpp.
|
private |
Definition at line 83 of file Option.hpp.
|
private |
Definition at line 84 of file Option.hpp.
1.8.5