ldas-tools-framecpp 2.7.0
|
Storage class for array data streams of a frame. More...
#include <Array.hh>
Public Types | |
typedef N | n_size_type |
typedef std::vector< T >::const_iterator | const_iterator |
typedef N | n_size_type |
typedef std::vector< T >::const_iterator | const_iterator |
Public Member Functions | |
cmn_streamsize_type | Bytes (const StreamBase &Stream) const |
Number of bytes needed by the frame stream for this object. | |
cmn_streamsize_type | bytes () const |
Number of bytes needed by the frame stream for this object. | |
bool | operator== (const Array &RHS) const |
Compare the equality of two Array objects. | |
cmn_streamsize_type | Bytes (const StreamBase &Stream) const |
cmn_streamsize_type | bytes () const |
bool | operator== (const Array &RHS) const |
Storage class for array data streams of a frame.
This template manages arrays intended to be part of a frame stream.
N | The frame data type used to store the array size within the stream. |
T | The element type to be used for storing the individual elements of the array. |
typedef std::vector<T>::const_iterator FrameCPP::Common::Array< N, T >::const_iterator |
typedef std::vector<T>::const_iterator FrameCPP::Common::Array< N, T >::const_iterator |
typedef N FrameCPP::Common::Array< N, T >::n_size_type |
typedef N FrameCPP::Common::Array< N, T >::n_size_type |
cmn_streamsize_type FrameCPP::Common::Array< N, T >::bytes |
Number of bytes needed by the frame stream for this object.
This member returns the number of bytes needed to store this object.
cmn_streamsize_type FrameCPP::Common::Array< N, T >::bytes | ( | ) | const |
cmn_streamsize_type FrameCPP::Common::Array< N, T >::Bytes | ( | const StreamBase & | Stream | ) | const |
Number of bytes needed by the frame stream for this object.
This member returns the number of bytes needed to store this object to the specified stream.
[in] | Stream | The frame stream being used. |
cmn_streamsize_type FrameCPP::Common::Array< N, T >::Bytes | ( | const StreamBase & | Stream | ) | const |
bool FrameCPP::Common::Array< N, T >::operator== | ( | const Array< N, T > & | RHS | ) | const |
bool FrameCPP::Common::Array< N, T >::operator== | ( | const Array< N, T > & | RHS | ) | const |