VMware GemFire Native C++ Reference
9.1
|
Declares debugging assertion reporting functions. More...
Static Public Member Functions | |
static void | assertTrue (bool expression, const char *expressionText, const char *file, int line) |
If the given expression is true, does nothing, otherwise calls throwAssertion . More... | |
static void | throwAssertion (const char *expressionText, const char *file, int line) |
Throws the given assertion. More... | |
Declares debugging assertion reporting functions.
|
inlinestatic |
If the given expression is true, does nothing, otherwise calls throwAssertion .
|
static |
Throws the given assertion.