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/FrHistory.hh"
public function member index: |
|||
FrHistory | (); | Default constructor | |
FrHistory | (const FrHistory& Source); | ||
FrHistory | (const std::string& Name, INT_4U Time, const std::string& Comment); | ||
INT_8U | Bytes | () const; | Number of bytes needed to write this structure |
static FrHistory* | Create | (const History& Source); | |
virtual std::string | ErrorInfo | () const; | |
const std::string& | GetComment | () const; | |
const std::string& | GetName | () const; | |
INT_4U | GetTime | () const; | |
FrHistory& | Merge | (const FrHistory& RHS); | Merge with another FrAdcData |
static FrHistory* | ReadDynamic | (IFrameStream& Stream, const FrBase& Base); | Read the structure from stream |
virtual void | Write | (OFrameStream& Stream) const; | Write the structure to the stream |
virtual void | WriteDescription | (OFrameStream& Stream) const; | Write the structure description to the stream |
const std::string& | getComment | () const; | |
const std::string& | getName | () const; | |
static const CHAR* | getStaticName | (); | |
INT_4U | getTime | () const; | |
private function member index: |
|||
void | read | (IFrameStream& Stream); | |
Accessors