Class Index Cross Index Namespace Index

Class FrameCPP::Version_3_4_5::Base

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.
 

Description:



Function Member Descriptions:


FrameCPP::Version_3_4_5::Base::Base - Default Constructor.


inline Base();

Exceptions:
ExceptionDescription
None.



FrameCPP::Version_3_4_5::Base::Base - Copy Constructor.


inline Base(const Base& base);

Parameters:
ParameterDescription
const Base& baseObject to be copied.

Exceptions:
ExceptionDescription
None.



FrameCPP::Version_3_4_5::Base::~Base


virtual ~Base();



FrameCPP::Version_3_4_5::Base::getClassId - Get derived class ID.


virtual INT_2U getClassId() const;



FrameCPP::Version_3_4_5::Base::getClassName - Give the name for the derived class


std::string getClassName() const;



FrameCPP::Version_3_4_5::Base::write - Write this object into the output data stream object.


virtual void write(Output& out) const;

Exceptions:
ExceptionDescription
write_failureWrite failure occured.