Honeycomb  0.1
Component-Model Framework
Classes | Namespaces | Typedefs | Enumerations
BitOp.h File Reference
#include "Honey/Core/Core.h"
#include "Honey/Math/Numeral.h"
Include dependency graph for BitOp.h:
This graph shows which files directly or indirectly include this file:

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< ENDIANhoney::BitOp
 Provides methods for manipulating bits. More...
 

Enumerations

enum  honey::Endian { honey::Endian::little, honey::Endian::big }
 Endian (byte order) types. More...