1 #ifndef fhiclcpp_detail_ValuePrinter_h 2 #define fhiclcpp_detail_ValuePrinter_h 88 ValuePrinter(std::string
const& key,
unsigned initial_indent_level = 0);
std::stack< std::size_t > sequence_sizes_
void after_action(key_t const &) override
void exit_sequence(key_t const &, any_t const &) override
std::string maybe_nl_(std::size_t)
std::string result() const
void push_size_(any_t const &)
bool print_encapsulated_values_
ValuePrinter(std::string const &key, unsigned initial_indent_level=0)
void enter_sequence(key_t const &, any_t const &) override
void atom(key_t const &, any_t const &) override
std::string maybe_indent_(std::size_t)
void before_action(key_t const &, any_t const &, ParameterSet const *) override
void enter_table(key_t const &, any_t const &) override
std::ostringstream buffer_
void exit_table(key_t const &, any_t const &) override