#include <float.h>
#include <string>
#include <vector>
#include <map>
#include "GenString.h"
#include "TTable.h"
#include "Serializer.h"
Include dependency graph for ITTable.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | ITTable |
| Private class that respresents a two-dimensional table of strings. More... | |
Typedefs | |
| typedef multimap< string, unsigned int, StringCompare > | tIndex |
Functions | |
| ostream & | operator<< (ostream &out, const ITTable &isTable) |
| typedef multimap<string, unsigned int, StringCompare> tIndex |
| ostream& operator<< | ( | ostream & | out, | |
| const ITTable & | isTable | |||
| ) |
1.5.1