tlds
Transactional Operations for Linked Data Structures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
assert.h File Reference
#include "config.h"
Include dependency graph for assert.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ASSERT(condition,...)   ((void)sizeof(condition))
 
#define ASSERT_CODE(assertCode)
 
#define STATIC_ASSERT(expression, message)   ((void)0)
 

Macro Definition Documentation

#define ASSERT (   condition,
  ... 
)    ((void)sizeof(condition))
#define ASSERT_CODE (   assertCode)
#define STATIC_ASSERT (   expression,
  message 
)    ((void)0)