![]() |
ATLAS Offline Software
|
#include <IdDictDictionaryRef.h>
Public Member Functions | |
| IdDictDictionaryRef (const std::string &dictionary_name) | |
| IdDictDictionaryRef (IdDictDictionary *dictionary) | |
| virtual | ~IdDictDictionaryRef () |
| const std::string & | dictionary_name () const |
| virtual void | resolve_references (IdDictMgr &idd, IdDictDictionary &dictionary, IdDictRegion ®ion) override |
| virtual void | generate_implementation (const IdDictMgr &idd, IdDictDictionary &dictionary, IdDictRegion ®ion, std::string_view tag="") override |
| virtual void | reset_implementation () override |
| virtual bool | verify () const override |
| virtual Range | build_range () const override |
| virtual void | clear () |
Private Attributes | |
| std::string | m_dictionary_name |
| IdDictDictionary * | m_dictionary {} |
| bool | m_resolved_references {} |
| bool | m_generated_implementation {} |
| bool | m_propagated_information {} |
Definition at line 16 of file IdDictDictionaryRef.h.
| IdDictDictionaryRef::IdDictDictionaryRef | ( | const std::string & | dictionary_name | ) |
Definition at line 17 of file IdDictDictionaryRef.cxx.
| IdDictDictionaryRef::IdDictDictionaryRef | ( | IdDictDictionary * | dictionary | ) |
Definition at line 26 of file IdDictDictionaryRef.cxx.
|
virtual |
Definition at line 34 of file IdDictDictionaryRef.cxx.
|
overridevirtual |
Implements IdDictRegionEntry.
Definition at line 142 of file IdDictDictionaryRef.cxx.
|
virtualinherited |
Definition at line 29 of file IdDictRegionEntry.cxx.
|
inline |
Definition at line 68 of file IdDictDictionaryRef.h.
|
overridevirtual |
Reimplemented from IdDictRegionEntry.
Definition at line 50 of file IdDictDictionaryRef.cxx.
|
overridevirtual |
Reimplemented from IdDictRegionEntry.
Definition at line 131 of file IdDictDictionaryRef.cxx.
|
overridevirtual |
Reimplemented from IdDictRegionEntry.
Definition at line 37 of file IdDictDictionaryRef.cxx.
|
overridevirtual |
Reimplemented from IdDictRegionEntry.
Definition at line 138 of file IdDictDictionaryRef.cxx.
|
private |
Definition at line 57 of file IdDictDictionaryRef.h.
|
private |
Definition at line 56 of file IdDictDictionaryRef.h.
|
private |
Definition at line 62 of file IdDictDictionaryRef.h.
|
private |
Definition at line 63 of file IdDictDictionaryRef.h.
|
private |
Definition at line 61 of file IdDictDictionaryRef.h.