#include <CEventSegment.h>
Inheritance diagram for CEventSegment:
Public Methods | |
CEventSegment () | |
Default constructor. | |
virtual | ~CEventSegment () |
Destructor. | |
virtual void | Initialize ()=0 |
virtual DAQWordBufferPtr & | Read (DAQWordBufferPtr &rBuffer)=0 |
virtual void | Clear ()=0 |
virtual unsigned int | MaxSize ()=0 |
Private Methods | |
CEventSegment (const CEventSegment &rhs) | |
Copy constructor. | |
CEventSegment & | operator= (const CEventSegment &rhs) |
int | operator== (const CEventSegment &rhs) const |
int | operator!= (const CEventSegment &rhs) const |
Definition at line 308 of file CEventSegment.h.
|
Default constructor.
Definition at line 315 of file CEventSegment.h. |
|
Destructor.
Definition at line 316 of file CEventSegment.h. |
|
Copy constructor.
Definition at line 318 of file CEventSegment.h. |
|
Implemented in CCompoundEventSegment, CTraditionalEventSegment, MySegment, and CCountingEventSegment. |
|
Implemented in CCompoundEventSegment, CTraditionalEventSegment, MySegment, and CCountingEventSegment. |
|
Implemented in CCompoundEventSegment, CTraditionalEventSegment, MySegment, and CCountingEventSegment. |
|
Reimplemented in CCountingEventSegment. |
|
Reimplemented in CCountingEventSegment. |
|
Reimplemented in CCountingEventSegment. |
|
Implemented in CCompoundEventSegment, CTraditionalEventSegment, MySegment, Hierarchy, and CCountingEventSegment. |