|
ldas-tools-framecpp 3.0.4
|
#include <FrStatData.hh>
Public Member Functions | |
| cmn_streamsize_type | Bytes () const |
| Stream size of object. | |
| bool | operator== (const storage_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. | |
| void | operator() (const FrStatDataNPS &Source) |
| Copy contents. | |
| void | operator() (const Previous::FrStatDataStorage &Source) |
| Copy contents. | |
| cmn_streamsize_type | Bytes () const |
| Stream size of object. | |
| bool | operator== (const storage_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. | |
| void | operator() (const FrStatDataNPS &Source) |
| Copy contents. | |
| void | operator() (const Previous::FrStatDataStorage &Source) |
| Copy contents. | |
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. | |
Friends | |
| class | FrStatDataNPS |
|
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::FrStatDataNPS::storage_type::Bytes | ( | ) | const |
Stream size of object.
|
inlinestatic |
Supply description.
| [out] | Desc | Storage for the description of the structure. |
Supplies the FrSE description for each element of this object that will be written to the stream.
|
static |
Supply description.
| [out] | Desc | Storage for the description of the structure. |
|
inline |
Input elements from the stream.
| [in] | Stream | The stream from which the elements are read. |
| void FrameCPP::Version_4::FrStatDataNPS::storage_type::operator() | ( | Common::IStream & | Stream | ) |
Input elements from the stream.
| [in] | Stream | The stream from which the elements are read. |
|
inline |
Output elements to the stream.
| [in] | Stream | The stream to which the elements are written. |
| void FrameCPP::Version_4::FrStatDataNPS::storage_type::operator() | ( | Common::OStream & | Stream | ) | const |
Output elements to the stream.
| [in] | Stream | The stream to which the elements are written. |
|
inline |
Copy contents.
| [in] | Source | Source to be copied |
| void FrameCPP::Version_4::FrStatDataNPS::storage_type::operator() | ( | const FrStatDataNPS & | Source | ) |
Copy contents.
| [in] | Source | Source to be copied |
|
inline |
Copy contents.
| [in] | Source | Source to be copied |
| void FrameCPP::Version_4::FrStatDataNPS::storage_type::operator() | ( | const Previous::FrStatDataStorage & | Source | ) |
Copy contents.
| [in] | Source | Source to be copied |
|
inline |
Comparison operator.
Tests the equality of the two FrTableNPS objects.
| [in] | RHS | Object to compare for equality. |
| bool FrameCPP::Version_4::FrStatDataNPS::storage_type::operator== | ( | const storage_type & | RHS | ) | const |
Comparison operator.
| [in] | RHS | Object to compare for equality. |