VMware GemFire Native C++ Reference  9.1
apache::geode::client::Assert Class Reference

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...
 

Detailed Description

Declares debugging assertion reporting functions.

Member Function Documentation

static void apache::geode::client::Assert::assertTrue ( bool  expression,
const char *  expressionText,
const char *  file,
int  line 
)
inlinestatic

If the given expression is true, does nothing, otherwise calls throwAssertion .

static void apache::geode::client::Assert::throwAssertion ( const char *  expressionText,
const char *  file,
int  line 
)
static

Throws the given assertion.


Pivotal GemFire C++ Cache API Documentation