csutil/compileassert.h File Reference
Compile time assert macro. More...
Go to the source code of this file.
Namespaces | |
namespace | CS |
namespace | CS::Utility |
namespace | CS::Utility::Implementation |
Classes | |
struct | CS::Utility::Implementation::CompileAssertFailure< true > |
struct | CS::Utility::Implementation::CompileAssertTest< x > |
Defines | |
#define | CS_COMPILE_ASSERT(B) |
#define | CS_DO_JOIN(X, Y) CS_DO_JOIN2(X,Y) |
#define | CS_DO_JOIN2(X, Y) X##Y |
#define | CS_JOIN(X, Y) CS_DO_JOIN( X, Y ) |
Detailed Description
Compile time assert macro.
Definition in file compileassert.h.
Generated for Crystal Space 1.2.1 by doxygen 1.5.3