45 ConstituentListPrinter(ConstituentListPrinter&&) =
delete;
46 ConstituentListPrinter(
const ConstituentListPrinter&) =
delete;
47 ConstituentListPrinter& operator=(ConstituentListPrinter&&) =
delete;
48 ConstituentListPrinter& operator=(
const ConstituentListPrinter&) =
delete;
61 void _printConstituents();