ACE
8.0.5
Loading...
Searching...
No Matches
ace
Macros
|
Functions
Assert.h File Reference
Macros
#define
ACE_TEST_ASSERT
(X)
#define
ACE_ASSERT
(X)
Functions
void
__ace_assert
(
const
char *file, int line,
const
ACE_TCHAR
*expression)
Detailed Description
Author
Douglas C. Schmidt
d.sch
.nosp@m.
midt
.nosp@m.
@vand
.nosp@m.
erbi
.nosp@m.
lt.ed
.nosp@m.
u
Macro Definition Documentation
◆
ACE_ASSERT
#define ACE_ASSERT
(
X
)
Value:
ACE_TEST_ASSERT
(X)
ACE_TEST_ASSERT
#define ACE_TEST_ASSERT(X)
Definition
Assert.h:24
◆
ACE_TEST_ASSERT
#define ACE_TEST_ASSERT
(
X
)
Value:
((X) \
?
static_cast<
void
>
(0) \
: ACE_VERSIONED_NAMESPACE_NAME::__ace_assert(__FILE__, __LINE__,
ACE_TEXT_CHAR_TO_TCHAR
(#X)))
ACE_TEXT_CHAR_TO_TCHAR
#define ACE_TEXT_CHAR_TO_TCHAR(STRING)
Definition
ace_wchar.h:100
Function Documentation
◆
__ace_assert()
void __ace_assert
(
const
char *
file
,
int
line
,
const
ACE_TCHAR
*
expression
)
Generated by
1.15.0