LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "KeyAssembler.h"
Public Types | |
using | key_t = std::string |
using | any_t = std::any |
Public Member Functions | |
std::vector< key_t > const & | result () |
void | do_enter_table (key_t const &k, any_t const &a) |
void | do_enter_sequence (key_t const &k, any_t const &a) |
void | do_atom (key_t const &k, any_t const &a) |
void | do_before_action (key_t const &k, any_t const &a, ParameterSet const *ps) |
void | do_after_action (key_t const &k) |
void | do_exit_table (key_t const &k, any_t const &a) |
void | do_exit_sequence (key_t const &k, any_t const &a) |
Private Member Functions | |
void | enter_table (key_t const &, std::any const &) override |
void | exit_table (key_t const &, std::any const &) override |
void | enter_sequence (key_t const &, std::any const &) override |
void | atom (key_t const &, std::any const &) override |
std::string | full_key_ (name_t const &) const |
Private Attributes | |
std::vector< key_t > | keys_ {} |
std::vector< name_t > | name_stack_ {} |
Definition at line 72 of file KeyAssembler.h.
|
inherited |
Definition at line 79 of file ParameterSetWalker.h.
|
inherited |
Definition at line 78 of file ParameterSetWalker.h.
|
overrideprivatevirtual |
Implements fhicl::ParameterSetWalker.
Definition at line 38 of file KeyAssembler.cc.
References full_key_(), and keys_.
Referenced by result().
|
inlineinherited |
Definition at line 103 of file ParameterSetWalker.h.
References fhicl::ParameterSetWalker::after_action().
Referenced by fhicl::ParameterSet::walk().
Definition at line 92 of file ParameterSetWalker.h.
References fhicl::ParameterSetWalker::atom().
Referenced by fhicl::ParameterSet::walk().
|
inlineinherited |
Definition at line 98 of file ParameterSetWalker.h.
References fhicl::ParameterSetWalker::before_action().
Referenced by fhicl::ParameterSet::walk().
|
inlineinherited |
Definition at line 87 of file ParameterSetWalker.h.
References fhicl::ParameterSetWalker::enter_sequence().
Referenced by fhicl::ParameterSet::walk().
Definition at line 82 of file ParameterSetWalker.h.
References fhicl::ParameterSetWalker::enter_table().
Referenced by fhicl::ParameterSet::walk().
|
inlineinherited |
Definition at line 114 of file ParameterSetWalker.h.
References fhicl::ParameterSetWalker::atom(), fhicl::ParameterSetWalker::enter_sequence(), fhicl::ParameterSetWalker::enter_table(), and fhicl::ParameterSetWalker::exit_sequence().
Referenced by fhicl::ParameterSet::walk().
Definition at line 109 of file ParameterSetWalker.h.
References fhicl::ParameterSetWalker::exit_table().
Referenced by fhicl::ParameterSet::walk().
|
overrideprivatevirtual |
Implements fhicl::ParameterSetWalker.
Definition at line 32 of file KeyAssembler.cc.
References full_key_(), and keys_.
Referenced by result().
|
overrideprivatevirtual |
Implements fhicl::ParameterSetWalker.
Definition at line 19 of file KeyAssembler.cc.
References full_key_(), keys_, and name_stack_.
Referenced by result().
|
overrideprivatevirtual |
Reimplemented from fhicl::ParameterSetWalker.
Definition at line 26 of file KeyAssembler.cc.
References name_stack_.
Referenced by result().
|
private |
Definition at line 10 of file KeyAssembler.cc.
References name_stack_.
Referenced by atom(), enter_sequence(), enter_table(), and result().
|
inline |
Definition at line 75 of file KeyAssembler.h.
References atom(), enter_sequence(), enter_table(), exit_table(), full_key_(), and keys_.
Referenced by fhicl::ParameterSet::get_all_keys().
|
private |
Definition at line 89 of file KeyAssembler.h.
Referenced by atom(), enter_sequence(), enter_table(), and result().
|
private |
Definition at line 90 of file KeyAssembler.h.
Referenced by enter_table(), exit_table(), and full_key_().