Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals  

IXP425 Assertion Macros (IxAssert) API

Assertion support. More...

Defines

#define IX_ASSERT(c)
 Assert macro, assert the condition is true. This will not be compiled out. N.B. will result in a system crash if it is false.

#define IX_ENSURE(c, str)
 Ensure macro, ensure the condition is true. This will be conditionally compiled out and may be used for unit/integration test purposes.


Detailed Description

Assertion support.


Define Documentation

#define IX_ASSERT  ) 
 

Assert macro, assert the condition is true. This will not be compiled out. N.B. will result in a system crash if it is false.

Definition at line 76 of file IxAssert.h.

#define IX_ENSURE c,
str   ) 
 

Ensure macro, ensure the condition is true. This will be conditionally compiled out and may be used for unit/integration test purposes.

Definition at line 84 of file IxAssert.h.

Automatically generated from sources. © Intel Corp. 2003