include/pantheios/assert.h File Reference


Detailed Description

[C, C++] Pantheios assert functions and macros

#include <pantheios/pantheios.h>
#include <stlsoft/stlsoft.h>

Go to the source code of this file.

Defines

#define PANTHEIOS_ASSERT(expr)   STLSOFT_ASSERT(expr)
 Assert macro for the Pantheios API.
#define PANTHEIOS_MESSAGE_ASSERT(msg, expr)   STLSOFT_MESSAGE_ASSERT(msg, expr)
 Assert macro for the Pantheios API.


Define Documentation

#define PANTHEIOS_ASSERT expr   )     STLSOFT_ASSERT(expr)
 

Assert macro for the Pantheios API.

Parameters:
expr The expression that must evaluate to true
Examples:
cpp/example_cpp_custom_type_1/example_cpp_custom_type_1.cpp.

#define PANTHEIOS_MESSAGE_ASSERT msg,
expr   )     STLSOFT_MESSAGE_ASSERT(msg, expr)
 

Assert macro for the Pantheios API.

Parameters:
msg The literal string describing the failed condition
expr The expression that must evaluate to true

pantheios Library documentation © Matthew Wilson, 2006 SourceForge.net Logo