WSF
UtPackBitset< BYTE_COUNT > Class Template Reference

#include <UtPackMessage.hpp>

Public Member Functions

 UtPackBitset ()
 UtPackBitset (const UtPackBitset< BYTE_COUNT > &aSrc)
UtPackBitset< BYTE_COUNT > & operator= (const UtPackBitset< BYTE_COUNT > &aRhs)
void set (int aBitIndex, bool aValue)
void wordOr (unsigned int aMask)
void wordAnd (unsigned int aMask)
void wordXor (unsigned int aMask)
bool test (int aBitIndex) const

Constructor & Destructor Documentation

◆ UtPackBitset() [1/2]

template<int BYTE_COUNT>
UtPackBitset< BYTE_COUNT >::UtPackBitset ( )
inline

Referenced by operator=(), and UtPackBitset().

◆ UtPackBitset() [2/2]

template<int BYTE_COUNT>
UtPackBitset< BYTE_COUNT >::UtPackBitset ( const UtPackBitset< BYTE_COUNT > & aSrc)
inline

References UtPackBitset().

Member Function Documentation

◆ operator=()

template<int BYTE_COUNT>
UtPackBitset< BYTE_COUNT > & UtPackBitset< BYTE_COUNT >::operator= ( const UtPackBitset< BYTE_COUNT > & aRhs)
inline

References UtPackBitset().

◆ set()

template<int BYTE_COUNT>
void UtPackBitset< BYTE_COUNT >::set ( int aBitIndex,
bool aValue )
inline

◆ test()

template<int BYTE_COUNT>
bool UtPackBitset< BYTE_COUNT >::test ( int aBitIndex) const
inline

◆ wordAnd()

template<int BYTE_COUNT>
void UtPackBitset< BYTE_COUNT >::wordAnd ( unsigned int aMask)
inline

◆ wordOr()

template<int BYTE_COUNT>
void UtPackBitset< BYTE_COUNT >::wordOr ( unsigned int aMask)
inline

◆ wordXor()

template<int BYTE_COUNT>
void UtPackBitset< BYTE_COUNT >::wordXor ( unsigned int aMask)
inline

The documentation for this class was generated from the following file:
Copyrights Multiple, All Rights Reserved