#define PAssert2 | (b, c, m) |
This macro is used to assert that a condition must be TRUE.
This macro is used to assert that a condition must be TRUE. If the condition is FALSE then an assert function is called with the source file and line number the macro was instantiated on, plus the message described by the msg parameter. This parameter may be either a standard value from the PStandardAssertMessage enum or a literal string. The c parameter specifies the class name that the error occurred in
Alphabetic index HTML hierarchy of classes or Java