#include <Table.h>
Public Member Functions | |
| Table (void) | |
| ~Table (void) | |
| bool | Clear () |
| bool | Update (const string_type &filename) |
| const string_type & | operator[] (const string_type &key) const |
| const string_type & | get (const string_type &key) const |
| const string_type | get (const string_type &key, const char_type *first,...) const |
| Mappings * | get () |
Static Public Member Functions | |
| static Table & | def () |
Public Attributes | |
| const cl7::string_type | empty |
| cl7::strings::Table::Table | ( | void | ) |
Default constructor.
| cl7::strings::Table::~Table | ( | void | ) |
Destructor.
| bool cl7::strings::Table::Clear | ( | ) |
| static Table& cl7::strings::Table::def | ( | ) | [inline, static] |
| Mappings* cl7::strings::Table::get | ( | ) | [inline] |
| const string_type & cl7::strings::Table::get | ( | const string_type & | key | ) | const |
| const string_type cl7::strings::Table::get | ( | const string_type & | key, | |
| const char_type * | first, | |||
| ... | ||||
| ) | const |
| const string_type& cl7::strings::Table::operator[] | ( | const string_type & | key | ) | const [inline] |
| bool cl7::strings::Table::Update | ( | const string_type & | filename | ) |
1.7.1