#include <PerRegistrationSequence.h>
Inheritance diagram for PerRegistrationSequence:
Public Member Functions | |
| PerRegistrationSequence () | |
| virtual | ~PerRegistrationSequence () |
Public Attributes | |
| std::vector< PerRegSeqReg > | reglist |
| Ordered list of (TES path, execution cycle and class id). | |
| TimeStamp | earliest |
| The earliest time of the existence of the object. | |
| TimeStamp | latest |
| The latest time of the existence of the object. | |
| int | clID |
Definition at line 20 of file PerRegistrationSequence.h.
| PerRegistrationSequence::PerRegistrationSequence | ( | ) |
Definition at line 16 of file PerRegistrationSequence.cc.
00017 : PerTemporalDataObject() 00018 , reglist() 00019 { 00020 }
| PerRegistrationSequence::~PerRegistrationSequence | ( | ) | [virtual] |
| std::vector<PerRegSeqReg> PerRegistrationSequence::reglist |
Ordered list of (TES path, execution cycle and class id).
Definition at line 29 of file PerRegistrationSequence.h.
TimeStamp PerTemporalDataObject::earliest [inherited] |
The earliest time of the existence of the object.
Definition at line 15 of file PerTemporalDataObject.h.
TimeStamp PerTemporalDataObject::latest [inherited] |
The latest time of the existence of the object.
Definition at line 18 of file PerTemporalDataObject.h.
1.4.7