 |
ATLAS Offline Software
|
Go to the documentation of this file.
17 m_selected_region(0) {
32 p.second->set_index(
index);
49 const std::string&
tag) {
54 std::cout <<
"IdDictAltRegions::generate_implementation could not find region for tag "
55 <<
tag <<
" Keys in map " << std::endl;
57 std::cout <<
" i " <<
i++ <<
" key " <<
p.first;
59 std::cout << std::endl;
102 std::cout <<
"IdDictAltRegion::select_region could not find region \""
103 <<
name <<
"\". Keys in map " << std::endl;
105 std::cout <<
" key " <<
p.first;
107 std::cout << std::endl;
virtual void reset_implementation() override
virtual Range build_range() const override
virtual void reset_implementation() override
virtual Range build_range() const override
IdDictRegion * m_selected_region
virtual void generate_implementation(const IdDictMgr &idd, IdDictDictionary &dictionary, const std::string &tag="") override
const std::string & tag() const
virtual bool verify() const override
map_type::iterator map_iterator
void select_region(const std::string &name)
Select the named region.
virtual std::string group_name() const override
Group name for this region.
virtual void generate_implementation(const IdDictMgr &idd, IdDictDictionary &dictionary, const std::string &tag="") override
A Range describes the possible ranges for the field values of an ExpandedIdentifier.
void add_region(std::unique_ptr< IdDictRegion > region)
Add a new region, with key given by the tag.
virtual void clear() override
virtual void resolve_references(IdDictMgr &idd, IdDictDictionary &dictionary) override
virtual ~IdDictAltRegions()
virtual void set_index(size_t index) override