#include <Dictionary.h>
Inheritance diagram for Dictionary:
Public Methods | |
Serializable | |
virtual void | Read (istream &is) |
Read and load a dictionary from a stream. | |
virtual string | ToString () const |
convert to a string (an xml file). |
A class that is derived from a FIFOMap. It is Serializable. It can read and write xml files that represent a dictionary. The template options are for the Word (key) datatype, the Definition (value) datatype, the container datatype (usually STL based, such as vector or list) for the Words and the container datatype for the Definitions.