![]() |
ATLAS Offline Software
|
#include <TypelessHolder.h>
Public Member Functions | |
| TypelessHolder (class_id_type clid, const std::string &label, sub_index_type sub) | |
| virtual class_id_type | typeClid () const |
| virtual const std::string & | label () const |
| virtual sub_index_type | subTypeIndex () const |
| virtual bool | serialize (std::vector< uint32_t > &data) const |
Static Public Member Functions | |
| static bool | enquireSerialized (std::vector< uint32_t >::const_iterator &fromHere, const std::vector< uint32_t >::const_iterator &end, class_id_type &c, std::string &label, sub_index_type &subtypeIndex) |
Protected Attributes | |
| class_id_type | m_clid |
| std::string | m_label |
| sub_index_type | m_sub |
Definition at line 11 of file TypelessHolder.h.
| HLT::TypelessHolder::TypelessHolder | ( | class_id_type | clid, |
| const std::string & | label, | ||
| sub_index_type | sub ) |
Definition at line 7 of file TypelessHolder.cxx.
|
staticinherited |
Definition at line 12 of file BaseHolder.cxx.
|
inlinevirtual |
|
virtualinherited |
Reimplemented in HLTNavDetails::HolderImp< STORED, CONTAINER >, HLTNavDetails::IHolder, and HolderImp< STORED, CONTAINER >.
Definition at line 38 of file BaseHolder.cxx.
|
inlinevirtual |
|
inlinevirtual |
|
protected |
Definition at line 19 of file TypelessHolder.h.
|
protected |
Definition at line 20 of file TypelessHolder.h.
|
protected |
Definition at line 21 of file TypelessHolder.h.