Class Index | Cross Index | Namespace Index |
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 |