Public Member Functions | Static Public Member Functions | Public Attributes

cl7::strings::Table Class Reference

#include <Table.h>

List of all members.

Public Member Functions

 Table (void)
 ~Table (void)
bool Clear ()
bool Update (const string_type &filename)
const string_typeoperator[] (const string_type &key) const
const string_typeget (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 Tabledef ()

Public Attributes

const cl7::string_type empty

Constructor & Destructor Documentation

cl7::strings::Table::Table ( void   ) 

Default constructor.

cl7::strings::Table::~Table ( void   ) 

Destructor.


Member Function Documentation

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  ) 

Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines