Phasor  01.00.10.059
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros | Functions
Halo.h File Reference

Go to the source code of this file.

Classes

struct  halo::ident
 
struct  halo::s_table_header
 

Namespaces

namespace  halo
 

Macros

#define STR_CAT(a, b)   a##b
 
#define STR_CAT_DELAYED(a, b)   STR_CAT(a,b)
 
#define UNKNOWN(size)   char STR_CAT_DELAYED(_unused_,__COUNTER__)[size]
 
#define UNKNOWN_BITFIELD(size)   char STR_CAT_DELAYED(_unusedbf_, __COUNTER__) : size
 

Functions

ident halo::make_ident (unsigned long id)
 

Macro Definition Documentation

#define STR_CAT (   a,
 
)    a##b
#define STR_CAT_DELAYED (   a,
 
)    STR_CAT(a,b)
#define UNKNOWN (   size)    char STR_CAT_DELAYED(_unused_,__COUNTER__)[size]
#define UNKNOWN_BITFIELD (   size)    char STR_CAT_DELAYED(_unusedbf_, __COUNTER__) : size