#include <StructureConverter.h>
Inheritance diagram for DybDaq::StructureConverter::Address:
Public Member Functions | |
| Address (const DybDaq::DaqFormatContext &context, const unsigned int element) | |
| virtual | ~Address () |
| const DaqFormatContext & | context () const |
| unsigned int | element () 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 |
| const unsigned int | m_element |
Definition at line 58 of file StructureConverter.h.
| DybDaq::StructureConverter::Address::Address | ( | const DybDaq::DaqFormatContext & | context, | |
| const unsigned int | element | |||
| ) |
| virtual DybDaq::StructureConverter::Address::~Address | ( | ) | [virtual] |
| DybDaq::StructureConverter::Address::Address | ( | ) | [private] |
| DybDaq::StructureConverter::Address::Address | ( | const Address & | address | ) | [private] |
| const DaqFormatContext& DybDaq::StructureConverter::Address::context | ( | ) | const |
| unsigned int DybDaq::StructureConverter::Address::element | ( | ) | const |
const DybDaq::DaqFormatContext& DybDaq::StructureConverter::Address::m_context [private] |
Definition at line 73 of file StructureConverter.h.
const unsigned int DybDaq::StructureConverter::Address::m_element [private] |
Definition at line 74 of file StructureConverter.h.
1.4.7