Interface for associative array, or hash table, data access
virtual | ~AbstractTable () destructor |
virtual AbstractTable* | Replicate () const Replication: creates and returns pointer to independent copy |
virtual int | Size () const Return the size of the table = number of keys |
virtual char* | Key ( int & i) Return the ith key |
virtual ostream& | Write (ostream&s) const Print contents of tableto output stream |
Interface for associative array, or hash table, data access. Access to data is through Get and Put methods. These methods take two arguments: the first is a character string specifying the key, to which the table associates the value returned in the second table. The value may be any primitive numerical type, or a string. Get methods, which are const, extract the value, implicitly type-converting it if necessary. The Put methods replace the values.
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de