|
xmscore
1.0
|
#include <xmscore/misc/DynBitset.h>Go to the source code of this file.
Functions | |
| void | xms::VecBooleanToDynBitset (const std::vector< unsigned char > &a_from, DynBitset &a_to) |
| Convert from a VecBoolean to a DynBitset. More... | |
| void | xms::DynBitsetToVecBoolean (const DynBitset &a_from, std::vector< unsigned char > &a_to) |
| Convert from a DynBitset to a VecBoolean. More... | |
Definition in file DynBitset.cpp.
| void xms::DynBitsetToVecBoolean | ( | const DynBitset & | a_from, |
| std::vector< unsigned char > & | a_to | ||
| ) |
Convert from a DynBitset to a VecBoolean.
| [in] | a_from | DynBitset array in. |
| [out] | a_to | VecBoolean out. |
Definition at line 56 of file DynBitset.cpp.
References xms::DynBitsetToVecBoolean().
Referenced by xms::DynBitsetToVecBoolean().
| void xms::VecBooleanToDynBitset | ( | const std::vector< unsigned char > & | a_from, |
| DynBitset & | a_to | ||
| ) |
Convert from a VecBoolean to a DynBitset.
| [in] | a_from | VecBoolean array in. |
| [out] | a_to | DynBitset out. |
Definition at line 43 of file DynBitset.cpp.
References xms::VecBooleanToDynBitset().
Referenced by xms::VecBooleanToDynBitset().