Class providing custom dump for data contained in the partition. More...
#include <Partitions.h>
Public Member Functions | |
template<typename Stream > | |
PartitionDataDescriber (Stream &&out, Data const *data, std::string indent="", std::string firstIndent="") | |
Constructor; see describePartitionData() for argument description. More... | |
Class providing custom dump for data contained in the partition.
Data | the type of data in the partition |
This data type is expected to do its printout in a constructor with signature:
This class provides a terse, non-specific dump of any datum. Specializations are expected for specific data types.
Definition at line 97 of file Partitions.h.
geo::part::PartitionDataDescriber< Data >::PartitionDataDescriber | ( | Stream && | out, |
Data const * | data, | ||
std::string | indent = "" , |
||
std::string | firstIndent = "" |
||
) |
Constructor; see describePartitionData()
for argument description.
Definition at line 767 of file Partitions.h.