#define PAssert(b, m)

This macro is used to assert that a condition must be TRUE.

Documentation

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.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.