68 template<
class KeyType,
class DataType>
104 void add(
const KeyType&
K,
const DataType& D);
110 const bool printSum =
false,
111 const bool printAverage =
false PrintTable()
Null constructor.
void operator=(const PrintTable< KeyType, DataType > &)=delete
Disallow default bitwise assignment.
CGAL::Exact_predicates_exact_constructions_kernel K
Print a table in parallel, e.g.;.
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.
void add(const KeyType &K, const DataType &D)
Add an entry (D) to the given key(K)