#include <DaqEventConverter.h>
Inheritance diagram for DybDaq::DaqEventConverter::Address:
Public Member Functions | |
| Address (const DybDaq::DaqFormatContext &context) | |
| virtual | ~Address () |
| const DaqFormatContext & | context () const |
| virtual unsigned long | addRef () |
| virtual unsigned long | release () |
| virtual IRegistry * | registry () const |
| virtual void | setRegistry (IRegistry *pRegistry) |
| const CLID & | clID () const |
| 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 |
| CLID | m_clID |
| std::string | m_par [3] |
| unsigned long | m_ipar [2] |
| IRegistry * | m_pRegistry |
Private Member Functions | |
| Address () | |
| Address (const Address &address) | |
| Address & | operator= (const Address &address) |
Private Attributes | |
| const DybDaq::DaqFormatContext & | m_context |
Definition at line 44 of file DaqEventConverter.h.
| DybDaq::DaqEventConverter::Address::Address | ( | const DybDaq::DaqFormatContext & | context | ) |
| virtual DybDaq::DaqEventConverter::Address::~Address | ( | ) | [virtual] |
| DybDaq::DaqEventConverter::Address::Address | ( | ) | [private] |
| DybDaq::DaqEventConverter::Address::Address | ( | const Address & | address | ) | [private] |
| const DaqFormatContext& DybDaq::DaqEventConverter::Address::context | ( | ) | const |
const DybDaq::DaqFormatContext& DybDaq::DaqEventConverter::Address::m_context [private] |
Definition at line 56 of file DaqEventConverter.h.
1.4.7