OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
PRECONDITIONX

See Also

Syntax

#define PRECONDITIONX(condition, message)
Definition checks.h:231

Header File

checks.h

Description

Outputs <msg> and throws an exception if <cond> equals 0. Use PRECONDITIONX on entry to a function to check the validity of the arguments and to do any other checking to determine if the function has been invoked correctly.