Go to the documentation of this file.
68 template<
class KeyType,
class DataType>
110 void add(
const KeyType&
K,
const DataType& D);
116 const bool printSum =
false,
117 const bool printAverage =
false
void add(const KeyType &K, const DataType &D)
Add an entry (D) to the given key(K)
Print a table in parallel, e.g.;.
PrintTable()
Null constructor.
string title_
Title of the table.
CGAL::Exact_predicates_exact_constructions_kernel K
HashTable< DataType, KeyType > HashTableData
void operator=(const PrintTable< KeyType, DataType > &)
Disallow default bitwise assignment.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
void print(Ostream &os, const bool printSum=false, const bool printAverage=false) const
Print the table.
HashTableData table_
Hash table holding the data.