ldas-tools-framecpp
2.7.0
|
Storage class for array data streams of a frame. More...
#include <Array.hh>
Inherits vector< T >, and vector< T >.
Public Member Functions | |
cmn_streamsize_type | Bytes (const StreamBase &Stream) const |
Number of bytes needed by the frame stream for this object. More... | |
cmn_streamsize_type | bytes () const |
Number of bytes needed by the frame stream for this object. More... | |
bool | operator== (const Array &RHS) const |
Compare the equality of two Array objects. More... | |
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. |
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 |
Number of bytes needed by the frame stream for this object.
This member returns the number of bytes needed to store this object.
bool FrameCPP::Common::Array< N, T >::operator== | ( | const Array< N, T > & | RHS | ) | const |