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/FrTable.hh"
public function member index: |
|||
FrTable | (); | Default constructor | |
FrTable | (const FrTable& table); | ||
FrTable | (const std::string& name, INT_4U nrows); | ||
void | AppendComment | (const std::string& comment); | |
INT_8U | Bytes | () const; | Number of bytes needed to write this structure |
const std::string& | GetComment | () const; | |
INT_2U | GetNColumn | () const; | |
INT_4U | GetNRow | () const; | |
const std::string& | GetName | () const; | |
FrTable& | Merge | (const FrTable& RHS); | Merge with another FrAdcData |
static FrTable* | ReadDynamic | (IFrameStream& Stream, const FrBase& Base); | Read the structure from stream |
const column_type& | RefColumn | () const; | |
column_type& | RefColumn | (); | |
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 |
void | appendComment | (const std::string& comment); | |
const std::string& | getComment | () const; | |
INT_2U | getNColumns | () const; | |
INT_4U | getNRows | () const; | |
const std::string& | getName | () const; | |
static const CHAR* | getStaticName | (); | |
FrTable& | operator += | (const FrTable& RHS); | Concatination operator |
const ColumnContainer& | refColumns | () const; | |
ColumnContainer& | refColumns | (); | |
private function member index: |
|||
void | read | (IFrameStream& Stream); | |