44 ConstituentListPrinter(ConstituentListPrinter&&) =
delete;
45 ConstituentListPrinter(
const ConstituentListPrinter&) =
delete;
46 ConstituentListPrinter& operator=(ConstituentListPrinter&&) =
delete;
47 ConstituentListPrinter& operator=(
const ConstituentListPrinter&) =
delete;
60 void _printConstituents();