![]() |
The Gaudi Framework
v27r0
|

Classes | |
| struct | get_key |
Public Types | |
| using | map_type = std::map< std::string, MinimalDataObjectHandle * > |
| using | iterator = boost::transform_iterator< get_key, map_type::iterator > |
| using | const_iterator = boost::transform_iterator< get_key, map_type::const_iterator > |
| using | map_type = std::map< std::string, MinimalDataObjectHandle * > |
| using | iterator = boost::transform_iterator< get_key, map_type::iterator > |
| using | const_iterator = boost::transform_iterator< get_key, map_type::const_iterator > |
Private Attributes | |
| map_type | m_dataItems |
Definition at line 90 of file DataObjectDescriptor.h.
| using DataObjectDescriptorCollection::const_iterator = boost::transform_iterator<get_key, map_type::const_iterator> |
Definition at line 101 of file DataObjectDescriptor.h.
| using DataObjectDescriptorCollection::const_iterator = boost::transform_iterator<get_key, map_type::const_iterator> |
Definition at line 101 of file DataObjectDescriptor.h.
| using DataObjectDescriptorCollection::iterator = boost::transform_iterator<get_key, map_type::iterator> |
Definition at line 100 of file DataObjectDescriptor.h.
| using DataObjectDescriptorCollection::iterator = boost::transform_iterator<get_key, map_type::iterator> |
Definition at line 100 of file DataObjectDescriptor.h.
| using DataObjectDescriptorCollection::map_type = std::map<std::string, MinimalDataObjectHandle *> |
Definition at line 92 of file DataObjectDescriptor.h.
| using DataObjectDescriptorCollection::map_type = std::map<std::string, MinimalDataObjectHandle *> |
Definition at line 92 of file DataObjectDescriptor.h.
|
inline |
Definition at line 103 of file DataObjectDescriptor.h.
| DataObjectDescriptorCollection::DataObjectDescriptorCollection | ( | const DataObjectDescriptorCollection & | other | ) |
Definition at line 149 of file DataObjectDescriptor.cpp.
|
inline |
Definition at line 103 of file DataObjectDescriptor.h.
| DataObjectDescriptorCollection::DataObjectDescriptorCollection | ( | const DataObjectDescriptorCollection & | other | ) |
|
inline |
Definition at line 117 of file DataObjectDescriptor.h.
|
inline |
Definition at line 117 of file DataObjectDescriptor.h.
|
inline |
Definition at line 125 of file DataObjectDescriptor.h.
|
inline |
Definition at line 125 of file DataObjectDescriptor.h.
| bool DataObjectDescriptorCollection::contains | ( | const std::string & | o | ) | const |
| bool DataObjectDescriptorCollection::contains | ( | const std::string & | o | ) | const |
Definition at line 164 of file DataObjectDescriptor.cpp.
| bool DataObjectDescriptorCollection::contains | ( | const MinimalDataObjectHandle * | o | ) | const |
| bool DataObjectDescriptorCollection::contains | ( | const MinimalDataObjectHandle * | o | ) | const |
Definition at line 168 of file DataObjectDescriptor.cpp.
|
inline |
Definition at line 121 of file DataObjectDescriptor.h.
|
inline |
Definition at line 121 of file DataObjectDescriptor.h.
|
inline |
Definition at line 129 of file DataObjectDescriptor.h.
|
inline |
Definition at line 129 of file DataObjectDescriptor.h.
| bool DataObjectDescriptorCollection::insert | ( | const std::string & | tag, |
| MinimalDataObjectHandle * | descriptor | ||
| ) |
Definition at line 201 of file DataObjectDescriptor.cpp.
| bool DataObjectDescriptorCollection::insert | ( | const std::string & | tag, |
| MinimalDataObjectHandle * | descriptor | ||
| ) |
| bool DataObjectDescriptorCollection::insert | ( | MinimalDataObjectHandle * | item | ) |
Definition at line 213 of file DataObjectDescriptor.cpp.
| bool DataObjectDescriptorCollection::insert | ( | MinimalDataObjectHandle * | item | ) |
| DataObjectDescriptorCollection& DataObjectDescriptorCollection::operator= | ( | const DataObjectDescriptorCollection & | other | ) |
| DataObjectDescriptorCollection & DataObjectDescriptorCollection::operator= | ( | const DataObjectDescriptorCollection & | other | ) |
Definition at line 153 of file DataObjectDescriptor.cpp.
| const MinimalDataObjectHandle& DataObjectDescriptorCollection::operator[] | ( | const std::string & | tag | ) | const |
| const MinimalDataObjectHandle & DataObjectDescriptorCollection::operator[] | ( | const std::string & | tag | ) | const |
Definition at line 247 of file DataObjectDescriptor.cpp.
| MinimalDataObjectHandle & DataObjectDescriptorCollection::operator[] | ( | const std::string & | tag | ) |
Definition at line 251 of file DataObjectDescriptor.cpp.
| MinimalDataObjectHandle& DataObjectDescriptorCollection::operator[] | ( | const std::string & | tag | ) |
| const std::string DataObjectDescriptorCollection::pythonRepr | ( | ) | const |
| const std::string DataObjectDescriptorCollection::pythonRepr | ( | ) | const |
Definition at line 160 of file DataObjectDescriptor.cpp.
| const std::string DataObjectDescriptorCollection::toString | ( | ) | const |
| const std::string DataObjectDescriptorCollection::toString | ( | ) | const |
Definition at line 137 of file DataObjectDescriptor.cpp.
| bool DataObjectDescriptorCollection::update | ( | MinimalDataObjectHandle * | item | ) |
Definition at line 224 of file DataObjectDescriptor.cpp.
| bool DataObjectDescriptorCollection::update | ( | MinimalDataObjectHandle * | item | ) |
| bool DataObjectDescriptorCollection::update | ( | const std::string & | item | ) |
| bool DataObjectDescriptorCollection::update | ( | const std::string & | item | ) |
Definition at line 235 of file DataObjectDescriptor.cpp.
|
private |
Definition at line 140 of file DataObjectDescriptor.h.