ldas-tools-framecpp 3.0.4
|
Table Data Structure Definition. More...
#include <FrTable.hh>
Public Member Functions | |
FrTable () | |
Default constructor. | |
FrTable (const FrTable &Source) | |
Copy Constructor. | |
FrTable (const name_type &name, nRow_type nrows) | |
Constructor. | |
FrTable (Previous::FrTable &Source, stream_base_type *Stream) | |
Promotion Constructor. | |
virtual | ~FrTable () |
Destructor. | |
const name_type & | GetNameSlow () const |
Retrieve the name of the table. | |
FrTable & | Merge (const FrTable &RHS) |
Merge with another FrTable. | |
FrTable & | operator+= (const FrTable &RHS) |
Concatinate with another FrTable. | |
bool | operator== (const FrTable &RHS) const |
equality operator | |
virtual bool | operator== (const Common::FrameSpec::Object &RHS) const |
equality operator for abstract data type | |
FrTable () | |
Default constructor. | |
FrTable (const FrTable &Source) | |
Copy Constructor. | |
FrTable (const name_type &name, nRow_type nrows) | |
Constructor. | |
FrTable (Previous::FrTable &Source, stream_base_type *Stream) | |
Promotion Constructor. | |
virtual | ~FrTable () |
Destructor. | |
const name_type & | GetNameSlow () const |
Retrieve the name of the table. | |
FrTable & | Merge (const FrTable &RHS) |
Merge with another FrTable. | |
FrTable & | operator+= (const FrTable &RHS) |
Concatinate with another FrTable. | |
bool | operator== (const FrTable &RHS) const |
equality operator | |
virtual bool | operator== (const Common::FrameSpec::Object &RHS) const |
equality operator for abstract data type | |
virtual streamsize_type | Bytes (const StreamBase &Stream) const |
Return the number of bytes for this object. | |
virtual streamsize_type | Bytes (const StreamBase &Stream) const |
Return the number of bytes for this object. | |
virtual self_type * | Create (istream_type &Stream) const |
Virtual constructor. | |
virtual self_type * | Create (istream_type &Stream) const |
Virtual constructor. | |
virtual void | Write (ostream_type &Stream) const |
Write object to the stream. | |
virtual void | Write (ostream_type &Stream) const |
Write object to the stream. | |
Static Public Member Functions | |
static promote_ret_type | Promote (INT_2U Source, promote_arg_type Obj, promote_stream_type *Stream) |
Promote previous version of object to this version. | |
static promote_ret_type | Promote (INT_2U Source, promote_arg_type Obj, promote_stream_type *Stream) |
Promote previous version of object to this version. | |
static const Common::Description * | StructDescription () |
The description of structure. | |
static const Common::Description * | StructDescription () |
The description of structure. | |
static const char * | CheckSumDataClass () |
Data class to be used in class field of FrSE. | |
static const char * | CheckSumDataClass () |
Data class to be used in class field of FrSE. | |
static const char * | CheckSumDataComment () |
Comment to be used in comment field of FrSE. | |
static const char * | CheckSumDataComment () |
Comment to be used in comment field of FrSE. | |
Protected Member Functions | |
virtual demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, demote_stream_type *Stream) const |
Demotes object to previous version of the frame spec. | |
virtual demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, demote_stream_type *Stream) const |
Demotes object to previous version of the frame spec. | |
virtual const char * | ObjectStructName () const |
The name structure name of this object. | |
virtual const char * | ObjectStructName () const |
The name structure name of this object. | |
virtual const Common::Description * | GetDescription (ostream_type &Stream) const |
The data structure description. | |
virtual const Common::Description * | GetDescription (ostream_type &Stream) const |
The data structure description. | |
virtual cmn_streamsize_type | pBytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. | |
virtual cmn_streamsize_type | pBytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. | |
virtual self_type * | pCreate (Common::IStream &Stream) const |
Virtual constructor. | |
virtual self_type * | pCreate (Common::IStream &Stream) const |
Virtual constructor. | |
virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, promote_stream_type *Stream) const |
Promotes object to another version of the frame spec. | |
virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, promote_stream_type *Stream) const |
Promotes object to another version of the frame spec. | |
virtual void | pWrite (Common::OStream &Stream) const |
Write the structure to the stream. | |
virtual void | pWrite (Common::OStream &Stream) const |
Write the structure to the stream. | |
Table Data Structure Definition.
FrameCPP::Version_9::FrTable::FrTable | ( | ) |
Default constructor.
FrTable::FrTable | ( | const FrTable & | Source | ) |
Copy Constructor.
[in] | Source | The object from which to copy the information. |
FrTable::FrTable | ( | const name_type & | name, |
nRow_type | nrows ) |
Constructor.
[in] | name | The of this table. |
[in] | nrows | Number of rows in table. |
FrTable::FrTable | ( | Previous::FrTable & | Source, |
stream_base_type * | Stream ) |
FrameCPP::Version_9::FrTable::FrTable | ( | ) |
Default constructor.
FrameCPP::Version_9::FrTable::FrTable | ( | const FrTable & | Source | ) |
Copy Constructor.
[in] | Source | The object from which to copy the information. |
FrameCPP::Version_9::FrTable::FrTable | ( | const name_type & | name, |
nRow_type | nrows ) |
Constructor.
[in] | name | The of this table. |
[in] | nrows | Number of rows in table. |
FrameCPP::Version_9::FrTable::FrTable | ( | Previous::FrTable & | Source, |
stream_base_type * | Stream ) |
|
virtualinherited |
Return the number of bytes for this object.
[in] | Stream | Stream characteristics used to determine the number of bytes needed to format the object for the Stream. |
|
virtualinherited |
Return the number of bytes for this object.
[in] | Stream | Stream characteristics used to determine the number of bytes needed to format the object for the Stream. |
|
virtualinherited |
Virtual constructor.
[in] | Stream | The input stream from where the object is being read. |
|
virtualinherited |
Virtual constructor.
[in] | Stream | The input stream from where the object is being read. |
|
inlineprotectedvirtualinherited |
Demotes object to previous version of the frame spec.
[in] | Target | The version of the frame specification to demote too. |
[in] | Obj | The version of the object to demote. |
[in] | Stream | The input stream from which the original object was read. |
|
inlineprotectedvirtualinherited |
Demotes object to previous version of the frame spec.
[in] | Target | The version of the frame specification to demote too. |
[in] | Obj | The version of the object to demote. |
[in] | Stream | The input stream from which the original object was read. |
|
inlineprotectedvirtualinherited |
The data structure description.
|
inlineprotectedvirtualinherited |
The data structure description.
const std::string & FrTable::GetNameSlow | ( | ) | const |
Retrieve the name of the table.
const name_type & FrameCPP::Version_9::FrTable::GetNameSlow | ( | ) | const |
Retrieve the name of the table.
|
inlineprotectedvirtualinherited |
The name structure name of this object.
|
inlineprotectedvirtualinherited |
The name structure name of this object.
|
virtual |
equality operator for abstract data type
[in] | RHS | The object to be compared. |
|
virtual |
equality operator for abstract data type
[in] | RHS | The object to be compared. |
|
inline |
equality operator
Tests the equality of two tables.
[in] | RHS | The FrTable object to be compared. |
[in] | RHS | Right hand side of equality expression. |
bool FrameCPP::Version_9::FrTable::operator== | ( | const FrTable & | RHS | ) | const |
equality operator
[in] | RHS | The FrTable object to be compared. |
|
inlineprotectedvirtualinherited |
Number of bytes needed to write this structure.
[in] | Stream | The stream from which to the object is being read or written. |
|
inlineprotectedvirtualinherited |
Number of bytes needed to write this structure.
[in] | Stream | The stream from which to the object is being read or written. |
|
inlineprotectedvirtualinherited |
Virtual constructor.
[in] | Stream | The input stream from where the object is being read. |
|
inlineprotectedvirtualinherited |
Virtual constructor.
[in] | Stream | The input stream from where the object is being read. |
|
staticinherited |
Promote previous version of object to this version.
[in] | Source | The frame specification version of the object. |
[in] | Obj | The previous version of the object. |
[in] | Stream | Stream from which the origional object was created. |
|
staticinherited |
Promote previous version of object to this version.
[in] | Source | The frame specification version of the object. |
[in] | Obj | The previous version of the object. |
[in] | Stream | Stream from which the origional object was created. |
|
inlineprotectedvirtualinherited |
Promotes object to another version of the frame spec.
[in] | Target | The version of the promoted frame specification. |
[in] | Obj | The object to be promoted. |
[in] | Stream | The input stream from which the original object was read. |
|
inlineprotectedvirtualinherited |
Promotes object to another version of the frame spec.
[in] | Target | The version of the promoted frame specification. |
[in] | Obj | The object to be promoted. |
[in] | Stream | The input stream from which the original object was read. |
|
inlineprotectedvirtualinherited |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
|
inlineprotectedvirtualinherited |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
|
inlinestaticinherited |
The description of structure.
|
inlinestaticinherited |
The description of structure.