#include <float.h>
#include <string>
#include <vector>
#include <map>
#include "GenString.h"
#include "TTable.h"
#include "FileNavigator.h"
Include dependency graph for ISTable.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | std |
Classes | |
class | ISTable |
Public class that respresents a two-dimensional table of strings. More... | |
Typedefs | |
typedef multimap< string, unsigned int, StringCompare > | tIndex |
Functions | |
ostream & | operator<< (ostream &out, const ISTable &isTable) |
typedef multimap<string, unsigned int, StringCompare> tIndex |
ostream& operator<< | ( | ostream & | out, | |
const ISTable & | isTable | |||
) |