Class Index Cross Index Namespace Index

Class FrameCPP::Version_6::FrSH


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

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


public function member index:

FrSH(); Default constructor
FrSH(const std::string& Name, INT_2U ClassId, const std::string& Comment); Constructor
INT_8U Bytes() const; Return the number of bytes needed to write this object
INT_2U GetClass() const; Return class of object
std::string GetComment() const; Return comment of object
std::string GetName() const; Return name of object
static FrSH* 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::FrSH::FrSH - Default constructor


FrSH();



FrameCPP::Version_6::FrSH::FrSH - Constructor


FrSH(const std::string& Name, INT_2U ClassId, const std::string& Comment);



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


INT_8U Bytes() const;



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


INT_2U GetClass() const;



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


std::string GetComment() const;



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


std::string GetName() const;



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


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



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


virtual void Write(OFrameStream& Stream) const;



FrameCPP::Version_6::FrSH::getStaticName


static const CHAR* getStaticName();



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


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