Honeycomb  0.1
Component-Model Framework
Namespaces | Macros
Core.h File Reference
#include <unistd.h>
Include dependency graph for Core.h:

Go to the source code of this file.

Namespaces

 honey
 Global Honeycomb namespace.
 

Macros

#define ENDIAN   ENDIAN_LITTLE
 Platform endian. More...
 
#define ALIGN(Bytes)    alignas(Bytes)
 Align stuct. More...
 
#define __FUNC__   __PRETTY_FUNCTION__
 Get current function signature. More...
 

Macro Definition Documentation

#define __FUNC__   __PRETTY_FUNCTION__

Get current function signature.

#define ALIGN (   Bytes)    alignas(Bytes)

Align stuct.

#define ENDIAN   ENDIAN_LITTLE

Platform endian.