ESScript  Revision_
Macros
EsysAssert.h File Reference
#include "system_dep.h"

Go to the source code of this file.

Macros

#define EsysAssert(AssertTest, AssertMessage)   ((void)0)
 EsysAssert is a MACRO that will throw an exception if the boolean condition specified is false.

Macro Definition Documentation

#define EsysAssert (   AssertTest,
  AssertMessage 
)    ((void)0)

EsysAssert is a MACRO that will throw an exception if the boolean condition specified is false.

Description: EsysAssert is conditionally compiled into code only when DOASSERT is defined. When DOASSERT is not defined, the EsysAssert statement is entirely removed from code.

Referenced by ripley::Brick::getLocalCoordinate(), and ripley::Rectangle::getLocalCoordinate().