Class Index Cross Index Namespace Index

Class FrameCPP::Version_6::FrSE


Contained in: FrameCPP::Version_6
Derived from: FrameCPP::Version_6::FrBase
Derived by: none

#include "../../../../../lib/framecpp/src/Version6/FrSE.hh"


public function member index:

FrSE(); Default constructor
FrSE(const std::string& Name, const std::string& ClassId, const std::string& Comment = ""); constructor
INT_8U Bytes() const; Return the number of bytes needed to write this object
std::string GetClass() const; Return class of object
std::string GetComment() const; Return comment of object
std::string GetName() const; Return name of object
static FrSE* ReadDynamic(IFrameStream& Stream, const FrBase& Base); Read the structure from stream
virtual void Write(OFrameStream& Stream) const; Write the structure to the stream
static const CHAR* getStaticName();
void read(IFrameStream& Stream, const FrBase& Base); Read the structure from stream
 

Description:



Function Member Descriptions:


FrameCPP::Version_6::FrSE::FrSE - Default constructor


FrSE();



FrameCPP::Version_6::FrSE::FrSE - constructor


FrSE(const std::string& Name, const std::string& ClassId, const std::string& Comment = "");



FrameCPP::Version_6::FrSE::Bytes - Return the number of bytes needed to write this object


INT_8U Bytes() const;



FrameCPP::Version_6::FrSE::GetClass - Return class of object


std::string GetClass() const;



FrameCPP::Version_6::FrSE::GetComment - Return comment of object


std::string GetComment() const;



FrameCPP::Version_6::FrSE::GetName - Return name of object


std::string GetName() const;



FrameCPP::Version_6::FrSE::ReadDynamic - Read the structure from stream


static FrSE* ReadDynamic(IFrameStream& Stream, const FrBase& Base);



FrameCPP::Version_6::FrSE::Write - Write the structure to the stream


virtual void Write(OFrameStream& Stream) const;



FrameCPP::Version_6::FrSE::getStaticName


static const CHAR* getStaticName();



FrameCPP::Version_6::FrSE::read - Read the structure from stream


void read(IFrameStream& Stream, const FrBase& Base);