 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef IDDICT_IdDictField_H
6 #define IDDICT_IdDictField_H
29 const std::string&
name()
const;
void set_index(size_t index)
const std::string & get_label(size_t index) const
void add_label(IdDictLabel *label)
IdDictLabel * find_label(const std::string &name) const
const IdDictLabel & label(size_t index) const
size_t get_label_number() const
const std::string & name() const
ExpandedIdentifier::element_type get_label_value(const std::string &name) const
std::vector< IdDictLabel * > m_labels
IdDictField(const std::string &name)