#include "at_os.h"Include dependency graph for at_assert.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | at |
Defines | |
| #define | x_at_assert_h_x 1 |
| #define | AT_Assert(A) |
| #define | AT_Abort() |
| #define | x_AT_CAT_A_x(i_a, i_b) i_a ## i_b |
| #define | x_AT_CAT_x(i_a, i_b) x_AT_CAT_A_x(i_a, i_b) |
| #define | AT_SuffixLneNumber(i_a) x_AT_CAT_x( i_a, __LINE__ ) |
| #define | AT_StaticAssert(i_condional, i_name) |
|
|
Value: do { \ if ( ::at::OSTraitsBase::GetRunningTestCase() ) { \ ::at::OSTraitsBase::TestCaseAbort( __FILE__, __LINE__ ); \ } \ * ::at::OSTraitsBase::GetAccVioAddr() = 0; \ } while ( true ) \ |
|
|
Value: do { \ if ( ! (A) ) { \ if ( ::at::OSTraitsBase::GetRunningTestCase() ) { \ ::at::OSTraitsBase::TestCaseAssert( __FILE__, __LINE__ );\ } \ \ * ::at::OSTraitsBase::GetAccVioAddr() = 0; \ } \ } while ( false ) \ |
|
|
Value: struct AT_SuffixLneNumber( x_ ## i_name ) \ { char AT_StaticAssert_____ ## i_name ## _____AT_StaticAssert[ (i_condional) ? 1 : -1 ]; char m_v; }
|
|
|
|
|
|
|
|
|
|
|
Generated for Austria by
and
MakeXS at Sun Oct 24 17:35:34 PDT 2004