ACF $AcfVersion:0$
Public Member Functions | List of all members
ibase::TMsbWord< Size > Class Template Reference

This class represents double word type with network byte order (big endian, MSB first). More...

#include <TMsbWord.h>

Public Member Functions

 TMsbWord ()
 
 TMsbWord (quint32 inputValue)
 
 TMsbWord (const TMsbWord &inputValue)
 
 operator quint32 () const
 Returns value as MSB.
 
quint32 GetLsb () const
 Returns the value as LSB.
 
bool Serialize (iser::IArchive &archive)
 

Detailed Description

template<int Size>
class ibase::TMsbWord< Size >

This class represents double word type with network byte order (big endian, MSB first).

Definition at line 20 of file TMsbWord.h.

Constructor & Destructor Documentation

◆ TMsbWord() [1/3]

template<int Size>
ibase::TMsbWord< Size >::TMsbWord ( )
inline

Definition at line 51 of file TMsbWord.h.

◆ TMsbWord() [2/3]

template<int Size>
ibase::TMsbWord< Size >::TMsbWord ( quint32  inputValue)
inline

Definition at line 59 of file TMsbWord.h.

◆ TMsbWord() [3/3]

template<int Size>
ibase::TMsbWord< Size >::TMsbWord ( const TMsbWord< Size > &  inputValue)
inline

Definition at line 71 of file TMsbWord.h.

Member Function Documentation

◆ GetLsb()

template<int Size>
quint32 ibase::TMsbWord< Size >::GetLsb ( ) const
inline

Returns the value as LSB.

Definition at line 94 of file TMsbWord.h.

◆ operator quint32()

template<int Size>
ibase::TMsbWord< Size >::operator quint32 ( ) const
inline

Returns value as MSB.

Definition at line 81 of file TMsbWord.h.

◆ Serialize()

template<int Size>
bool ibase::TMsbWord< Size >::Serialize ( iser::IArchive archive)
inline

Definition at line 109 of file TMsbWord.h.

References iser::IArchive::ProcessData().


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