Honeycomb
0.1
Component-Model Framework
|
Go to the source code of this file.
Classes | |
struct | honey::BitOpCommon |
Bit util common to any endian type. Use through class BitOp. More... | |
struct | honey::BitOpEndian< Endian > |
Bit util specific to endian type. Use through class BitOp. More... | |
struct | honey::BitOpEndian< static_cast< int >(Endian::little)> |
Specialization for little endian. More... | |
struct | honey::BitOpEndian< static_cast< int >(Endian::big)> |
Specialization for big endian. More... | |
Namespaces | |
honey | |
Global Honeycomb namespace. | |
Typedefs | |
typedef BitOpEndian< ENDIAN > | honey::BitOp |
Provides methods for manipulating bits. More... | |
Enumerations | |
enum | honey::Endian { honey::Endian::little, honey::Endian::big } |
Endian (byte order) types. More... | |