C/C++ User's Journal Synesis Software STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - where the Standard Template Library meets the Active Template Library COMSTL - where the Standard Template Library meets the Component Object Model UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page   Modules   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

/API/include/recls_assert.h File Reference

Assertions for the recls API. More...

#include "recls.h"
#include <assert.h>

Go to the source code of this file.

Namespaces

namespace  recls

Defines

#define recls_assert(x)   assert(x)
 Assert macro for the recls API.

#define recls_message_assert(m, x)   recls_assert((m, x))
 Assert macro for the recls API.


Detailed Description

Assertions for the recls API.


Define Documentation

#define recls_assert      assert(x)
 

Assert macro for the recls API.

Parameters:
x  The expression that must evaluate to true

#define recls_message_assert m,
     recls_assert((m, x))
 

Assert macro for the recls API.

Parameters:
m  The literal string describing the failed condition
x  The expression that must evaluate to true

recls Library documentation © Synesis Software Pty Ltd, 2001-2004