#include <PrettifierPrefixAnnotated.h>
void PrettifierPrefixAnnotated::atom |
( |
key_t const & |
key, |
|
|
any_t const & |
a |
|
) |
| |
|
overrideprivatevirtual |
Implements fhicl::ParameterSetWalker.
Definition at line 65 of file PrettifierPrefixAnnotated.cc.
std::string printed_suffix(std::string const &key, std::size_t const sz)
std::stack< std::size_t > sequence_sizes_
std::stringstream buffer_
std::string print_prefix_annotated_info(std::string const &curr_info)
std::string print_full_key_(name_t const &k) const
std::string value(std::any const &)
std::string printed_prefix(std::string const &key)
std::string nl(std::size_t i=1)
void PrettifierPrefixAnnotated::enter_sequence |
( |
key_t const & |
key, |
|
|
any_t const & |
a |
|
) |
| |
|
overrideprivatevirtual |
Implements fhicl::ParameterSetWalker.
Definition at line 43 of file PrettifierPrefixAnnotated.cc.
std::string printed_prefix(std::string const &key)
std::stringstream buffer_
std::string print_prefix_annotated_info(std::string const &curr_info)
std::string print_full_key_(name_t const &k) const
void push_size_(any_t const &)
std::string nl(std::size_t i=1)
void PrettifierPrefixAnnotated::enter_table |
( |
key_t const & |
key, |
|
|
any_t const & |
|
|
) |
| |
|
overrideprivatevirtual |
Implements fhicl::ParameterSetWalker.
Definition at line 23 of file PrettifierPrefixAnnotated.cc.
std::stringstream buffer_
std::string print_prefix_annotated_info(std::string const &curr_info)
std::string printed_prefix(std::string const &key)
std::string print_full_key_(name_t const &k) const
std::vector< name_t > name_stack_
std::string nl(std::size_t i=1)
void PrettifierPrefixAnnotated::exit_sequence |
( |
key_t const & |
key, |
|
|
any_t const & |
|
|
) |
| |
|
overrideprivatevirtual |
Reimplemented from fhicl::ParameterSetWalker.
Definition at line 53 of file PrettifierPrefixAnnotated.cc.
std::string printed_suffix(std::string const &key, std::size_t const sz)
std::stack< std::size_t > sequence_sizes_
std::stringstream buffer_
std::string closing_brace()
std::string nl(std::size_t i=1)
void PrettifierPrefixAnnotated::exit_table |
( |
key_t const & |
key, |
|
|
any_t const & |
|
|
) |
| |
|
overrideprivatevirtual |
Reimplemented from fhicl::ParameterSetWalker.
Definition at line 32 of file PrettifierPrefixAnnotated.cc.
std::string printed_suffix(std::string const &key, std::size_t const sz)
std::stack< std::size_t > sequence_sizes_
std::stringstream buffer_
std::vector< name_t > name_stack_
std::string nl(std::size_t i=1)
std::string closing_brace()
void PrettifierPrefixAnnotated::pop_size_ |
( |
| ) |
|
|
private |
Definition at line 89 of file PrettifierPrefixAnnotated.cc.
91 std::ostringstream os;
auto copy_all(FwdCont &, FwdIter)
std::vector< name_t > name_stack_
void PrettifierPrefixAnnotated::push_size_ |
( |
any_t const & |
a | ) |
|
|
private |
Definition at line 75 of file PrettifierPrefixAnnotated.cc.
std::stack< std::size_t > sequence_sizes_
decltype(auto) constexpr size(T &&obj)
ADL-aware version of std::size.
std::string fhicl::detail::PrettifierPrefixAnnotated::result |
( |
| ) |
const |
|
inline |
std::stringstream fhicl::detail::PrettifierPrefixAnnotated::buffer_ {} |
|
private |
std::size_t fhicl::detail::PrettifierPrefixAnnotated::curr_size_ {} |
|
private |
Indentation fhicl::detail::PrettifierPrefixAnnotated::indent_ {} |
|
private |
std::string fhicl::detail::PrettifierPrefixAnnotated::info_ {} |
|
private |
std::stack<std::size_t> fhicl::detail::PrettifierPrefixAnnotated::sequence_sizes_ {{-1u}} |
|
private |
The documentation for this class was generated from the following files: