#include <RootCoreUtils/Assert.h>
#include <cstdlib>
#include <string>
#include <RootCoreUtils/Message.h>
#include <RootCoreUtils/PrintMsg.h>
 
Go to the source code of this file.
 | 
|    | RCU | 
|   | This module defines a variety of assert style macros. 
  | 
|   | 
|    | RCU::Check | 
|   | 
 | 
| void  | RCU::Check::fail (const char *package, const char *file, unsigned line, Type type, const char *error) | 
|   | effects: report the error and abort either by exception or assert like guarantee: all-fail failures: as requested requires: file != 0 requires: line != 0 requires: type < typeNum requires: error != 0 availability: experts only  More...
  | 
|   | 
| bool  | RCU::Check::testInvariantPrint (TestInvariantFunction function, const void *object) | 
|   |