38#include "blocxx/BLOCXX_config.h"
40#ifdef BLOCXX_CHECK_NULL_REFERENCES
51#ifdef BLOCXX_CHECK_NULL_REFERENCES
#define BLOCXX_DEFINE_EXCEPTION_WITH_ID(NAME)
Define a new exception class named <NAME>Exception that derives from Exception.
#define BLOCXX_DECLARE_EXCEPTION(NAME)
Declare a new exception class named <NAME>Exception that derives from Exception This macro is typical...
#define BLOCXX_THROW(exType, msg)
Throw an exception using FILE and LINE.
bool operator==(const Array< T > &x, const Array< T > &y)