![]() |
ATLAS Offline Software
|
#include <CoraCoolObject.h>
Public Types | |
| typedef std::vector< coral::AttributeList > | AttrListVec |
| typedef AttrListVec::const_iterator | const_iterator |
| typedef AttrListVec::size_type | size_type |
Public Member Functions | |
| CoraCoolObject (const cool::ValidityKey &since, const cool::ValidityKey &until, const cool::ChannelId &chan) | |
| CoraCoolObject (const cool::ValidityKey &since, const cool::ValidityKey &until, const cool::ChannelId &chan, const coral::AttributeListSpecification *spec) | |
| ~CoraCoolObject () | |
| cool::ValidityKey | since () const |
| cool::ValidityKey | until () const |
| cool::ChannelId | channelId () const |
| const_iterator | begin () const |
| const_iterator | end () const |
| size_type | size () const |
| void | add (const coral::AttributeList &data) |
Private Attributes | |
| cool::ValidityKey | m_since |
| cool::ValidityKey | m_until |
| cool::ChannelId | m_chan |
| AttrListVec | m_payload |
| const coral::AttributeListSpecification * | m_spec |
Definition at line 20 of file CoraCoolObject.h.
| typedef std::vector<coral::AttributeList> CoraCoolObject::AttrListVec |
Definition at line 22 of file CoraCoolObject.h.
| typedef AttrListVec::const_iterator CoraCoolObject::const_iterator |
Definition at line 23 of file CoraCoolObject.h.
| typedef AttrListVec::size_type CoraCoolObject::size_type |
Definition at line 24 of file CoraCoolObject.h.
| CoraCoolObject::CoraCoolObject | ( | const cool::ValidityKey & | since, |
| const cool::ValidityKey & | until, | ||
| const cool::ChannelId & | chan ) |
Definition at line 11 of file CoraCoolObject.cxx.
| CoraCoolObject::~CoraCoolObject | ( | ) |
Definition at line 20 of file CoraCoolObject.cxx.
| void CoraCoolObject::add | ( | const coral::AttributeList & | data | ) |
Definition at line 22 of file CoraCoolObject.cxx.
|
inline |
Definition at line 62 of file CoraCoolObject.h.
|
inline |
Definition at line 59 of file CoraCoolObject.h.
|
inline |
Definition at line 65 of file CoraCoolObject.h.
|
inline |
Definition at line 57 of file CoraCoolObject.h.
|
inline |
Definition at line 68 of file CoraCoolObject.h.
|
inline |
Definition at line 58 of file CoraCoolObject.h.
|
private |
Definition at line 52 of file CoraCoolObject.h.
|
private |
Definition at line 53 of file CoraCoolObject.h.
|
private |
Definition at line 50 of file CoraCoolObject.h.
|
private |
Definition at line 54 of file CoraCoolObject.h.
|
private |
Definition at line 51 of file CoraCoolObject.h.