LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "ParameterSetImplHelpers.h"
Public Member Functions | |
SequenceKey (std::string const &name, std::vector< std::size_t > const &indices) | |
~SequenceKey () | |
std::string const & | name () const noexcept |
std::vector< std::size_t > const & | indices () const noexcept |
Private Attributes | |
std::string | name_ |
std::vector< std::size_t > | indices_ |
Definition at line 31 of file ParameterSetImplHelpers.h.
fhicl::detail::SequenceKey::SequenceKey | ( | std::string const & | name, |
std::vector< std::size_t > const & | indices | ||
) |
Definition at line 58 of file ParameterSetImplHelpers.cc.
References indices(), indices_, and ~SequenceKey().
|
default |
Referenced by SequenceKey().
|
noexcept |
Definition at line 72 of file ParameterSetImplHelpers.cc.
References indices_.
Referenced by fhicl::detail::get_sequence_indices(), and SequenceKey().
|
noexcept |
Definition at line 66 of file ParameterSetImplHelpers.cc.
References name_.
Referenced by fhicl::detail::get_sequence_indices().
|
private |
Definition at line 42 of file ParameterSetImplHelpers.h.
Referenced by indices(), and SequenceKey().
|
private |
Definition at line 41 of file ParameterSetImplHelpers.h.
Referenced by name().