Class Index | Cross Index | Namespace Index |
The base class for all Frame Structure objects.
Contained in: FrameCPP::Version_3_4_5
Derived from:
none
Derived by:
FrameCPP::Version_3_4_5::AdcData
FrameCPP::Version_3_4_5::Detector
FrameCPP::Version_3_4_5::EndOfFile
FrameCPP::Version_3_4_5::EndOfFrame
FrameCPP::Version_3_4_5::Event
FrameCPP::Version_3_4_5::Frame
FrameCPP::Version_3_4_5::History
FrameCPP::Version_3_4_5::Msg
FrameCPP::Version_3_4_5::ProcData
FrameCPP::Version_3_4_5::RawData
FrameCPP::Version_3_4_5::SE
FrameCPP::Version_3_4_5::SH
FrameCPP::Version_3_4_5::SerData
FrameCPP::Version_3_4_5::SimData
FrameCPP::Version_3_4_5::SimEvent
FrameCPP::Version_3_4_5::StatData
FrameCPP::Version_3_4_5::Summary
FrameCPP::Version_3_4_5::TOC
FrameCPP::Version_3_4_5::Table
FrameCPP::Version_3_4_5::Vect
#include "../../../../../lib/framecpp/src/Version3_4_5/base.hh"
public function member index: |
|||
inline | Base | (); | Default Constructor. |
inline | Base | (const Base& base); | Copy Constructor. |
virtual | ~Base | (); | |
virtual INT_2U | getClassId | () const; | Get derived class ID. |
std::string | getClassName | () const; | Give the name for the derived class |
private function member index: |
|||
virtual void | write | (Output& out) const; | Write this object into the output data stream object. |
Exceptions:
Exception | Description |
None. |
Parameters:
Parameter | Description |
const Base& base | Object to be copied. |
Exceptions:
Exception | Description |
None. |
Exceptions:
Exception | Description |
write_failure | Write failure occured. |