|
ldas-tools-framecpp 3.0.4
|
#include <FrTable.hh>
Public Member Functions | |
| data_type () | |
| Default constructor. | |
| data_type (const data_type &Source) | |
| Copy constructor. | |
| cmn_streamsize_type | Bytes (const Common::StreamBase &Stream) const |
| Stream size of object. | |
| bool | operator== (const data_type &RHS) const |
| Comparison operator. | |
| void | operator() (Common::IStream &Stream) |
| Input elements from the stream. | |
| void | operator() (Common::OStream &Stream) const |
| Output elements to the stream. | |
| data_type () | |
| Default constructor. | |
| data_type (const data_type &Source) | |
| Copy constructor. | |
| cmn_streamsize_type | Bytes (const Common::StreamBase &Stream) const |
| Stream size of object. | |
| bool | operator== (const data_type &RHS) const |
| Comparison operator. | |
| void | operator() (Common::IStream &Stream) |
| Input elements from the stream. | |
| void | operator() (Common::OStream &Stream) const |
| Output elements to the stream. | |
Static Public Member Functions | |
| template<typename SE> | |
| static void | Describe (Common::Description &Desc) |
| Supply description. | |
| template<typename SE> | |
| static void | Describe (Common::Description &Desc) |
| Supply description. | |
Private Attributes | |
| STRING | name |
| Table name. | |
| STRING | comment |
| Table comment. | |
Friends | |
| class | FrTableNPS |
|
inline |
Default constructor.
| FrameCPP::Version_4::FrTableNPS::data_type::data_type | ( | const data_type & | Source | ) |
| FrameCPP::Version_4::FrTableNPS::data_type::data_type | ( | ) |
Default constructor.
| FrameCPP::Version_4::FrTableNPS::data_type::data_type | ( | const data_type & | Source | ) |
|
inline |
Stream size of object.
Calculate the number of bytes that will be written to the stream for this strucutre.
| cmn_streamsize_type FrameCPP::Version_4::FrTableNPS::data_type::Bytes | ( | const Common::StreamBase & | Stream | ) | const |
Stream size of object.
|
inlinestatic |
Supply description.
Supplies the FrSE description for each element of this object that will be written to the stream.
|
static |
Supply description.
| void FrameCPP::Version_4::FrTableNPS::data_type::operator() | ( | Common::IStream & | Stream | ) |
Input elements from the stream.
| [in] | Stream | The stream from which the elements are read. |
| void FrameCPP::Version_4::FrTableNPS::data_type::operator() | ( | Common::IStream & | Stream | ) |
Input elements from the stream.
| [in] | Stream | The stream from which the elements are read. |
| void FrameCPP::Version_4::FrTableNPS::data_type::operator() | ( | Common::OStream & | Stream | ) | const |
Output elements to the stream.
| [in] | Stream | The stream to which the elements are written. |
| void FrameCPP::Version_4::FrTableNPS::data_type::operator() | ( | Common::OStream & | Stream | ) | const |
Output elements to the stream.
| [in] | Stream | The stream to which the elements are written. |
|
inline |
Comparison operator.
Tests the equality of the two FrTableNPS objects.
| [in] | RHS | Object to compare for equality. |
| bool FrameCPP::Version_4::FrTableNPS::data_type::operator== | ( | const data_type & | RHS | ) | const |
Comparison operator.
| [in] | RHS | Object to compare for equality. |
|
friend |
|
private |
Table comment.
|
private |
Table name.