C/C++ User's Journal 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
Synesis Software InetSTL - where the Standard Template Library meets the Internet UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

recls/assert.h File Reference


Detailed Description

[C, C++] Assertions for the recls API.

#include <recls/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_assert(expr)   RECLS_ASSERT(expr)
 Defines a compile-time assertion.
#define RECLS_MESSAGE_ASSERT(m, x)   RECLS_ASSERT(((m), (x)))
 Assert macro for the recls API.
#define recls_message_assert(msg, expr)   RECLS_MESSAGE_ASSERT(msg, expr)
 Defines a compile-time assertion.

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