#include <RawDataAddress.h>
Inheritance diagram for RawDataAddress:
Public Member Functions | |
| RawDataAddress (const CLID &clid, const std::string &fname, const std::string &cname) | |
| virtual | ~RawDataAddress () |
| void | setEvent (const RawDataEvent *rawEvt) |
| const RawDataEvent * | event () const |
| virtual const CLID & | clID () const |
| virtual unsigned long | addRef () |
| virtual unsigned long | release () |
| virtual IRegistry * | registry () const |
| virtual void | setRegistry (IRegistry *pRegistry) |
| void | setClID (const CLID &clid) |
| long | svcType () const |
| void | setSvcType (long typ) |
| virtual const std::string * | par () const |
| virtual const unsigned long * | ipar () const |
Protected Attributes | |
| unsigned long | m_refCount |
| long | m_svcType |
| std::string | m_par [3] |
| unsigned long | m_ipar [2] |
| IRegistry * | m_pRegistry |
Private Attributes | |
| const RawDataEvent * | m_rawEvent |
| CLID | m_clID |
Definition at line 10 of file RawDataAddress.h.
| RawDataAddress::RawDataAddress | ( | const CLID & | clid, | |
| const std::string & | fname, | |||
| const std::string & | cname | |||
| ) |
| virtual RawDataAddress::~RawDataAddress | ( | ) | [inline, virtual] |
| void RawDataAddress::setEvent | ( | const RawDataEvent * | rawEvt | ) | [inline] |
| const RawDataEvent* RawDataAddress::event | ( | ) | const [inline] |
| virtual const CLID& RawDataAddress::clID | ( | ) | const [inline, virtual] |
Reimplemented from GenericAddress.
Definition at line 24 of file RawDataAddress.h.
00024 { 00025 return m_clID; 00026 }
const RawDataEvent* RawDataAddress::m_rawEvent [private] |
Definition at line 30 of file RawDataAddress.h.
CLID RawDataAddress::m_clID [private] |
1.4.7