ldas-tools-framecpp  2.6.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Static Public Member Functions | Friends | List of all members
FrameCPP::Version_4::FrStatDataNPS::storage_type Struct Reference

#include <FrStatData.hh>

Public Member Functions

cmn_streamsize_type Bytes () const
 Stream size of object. More...
 
bool operator== (const storage_type &RHS) const
 Comparison operator. More...
 
void operator() (Common::IStream &Stream)
 Input elements from the stream. More...
 
void operator() (Common::OStream &Stream) const
 Output elements to the stream. More...
 
void operator() (const FrStatDataNPS &Source)
 Copy contents. More...
 
void operator() (const Previous::FrStatDataStorage &Source)
 Copy contents. More...
 

Static Public Member Functions

template<typename SE >
static void Describe (Common::Description &Desc)
 Supply description. More...
 

Friends

class FrStatDataNPS
 

Detailed Description

Todo:
Needs documentation

Member Function Documentation

cmn_streamsize_type FrameCPP::Version_4::FrStatDataNPS::storage_type::Bytes ( ) const
inline

Stream size of object.

Returns
The number of bytes needed to write or read this class of object to or from a stream.

Calculate the number of bytes that will be written to the stream for this strucutre.

template<typename SE >
void FrameCPP::Version_4::FrStatDataNPS::storage_type::Describe ( Common::Description Desc)
inlinestatic

Supply description.

Parameters
[out]DescStorage for the description of the structure.

Supplies the FrSE description for each element of this object that will be written to the stream.

void FrameCPP::Version_4::FrStatDataNPS::storage_type::operator() ( Common::IStream Stream)
inline

Input elements from the stream.

Parameters
[in]StreamThe stream from which the elements are read.
void FrameCPP::Version_4::FrStatDataNPS::storage_type::operator() ( Common::OStream Stream) const
inline

Output elements to the stream.

Parameters
[in]StreamThe stream to which the elements are written.
void FrameCPP::Version_4::FrStatDataNPS::storage_type::operator() ( const FrStatDataNPS Source)
inline

Copy contents.

Parameters
[in]SourceSource to be copied
void FrameCPP::Version_4::FrStatDataNPS::storage_type::operator() ( const Previous::FrStatDataStorage &  Source)
inline

Copy contents.

Parameters
[in]SourceSource to be copied
Todo:
Need to modify Version 3 FrStatData to follow NPS
bool FrameCPP::Version_4::FrStatDataNPS::storage_type::operator== ( const storage_type RHS) const
inline

Comparison operator.

Tests the equality of the two FrTableNPS objects.

Parameters
[in]RHSObject to compare for equality.

Friends And Related Function Documentation

friend class FrStatDataNPS
friend
Todo:
Needs documentation

The documentation for this struct was generated from the following file: