(array) class CorBase CorBase - THE Data Flow System Base Class
| | eps |
| | CorBase ( const CorBase& aRef ) |
| | CorBase () |
| | operator delete ( void* anInstance ) |
| | operator new ( size_t aSize ) |
| | operator new ( size_t aSize, void* anotherPlace ) |
| | operator!= ( const CorBase& aRef ) not-equal operator |
| | operator= ( const CorBase& aRef ) |
| | operator== ( const CorBase& aRef ) |
| | reportAssertFailure ( const char* aFilename, int aLinenumber, const char* aText ) generate the assertion text and stop the program |
| | ~CorBase () |
| | Purpose The default c'tor |
| | Purpose The d'tor |
| | a "small" number, ie |
| | $Id: CorBase |
CorBase - THE Data Flow System Base Class
SYNOPSIS
#include <CorBase.h>
CorBase myBase;
DESCRIPTION
This base class is the one and only root for all data flow classes.
It implements the assertion and debugging facilities.
Preconditions Exceptions
Preconditions Exceptions
static const double eps
if (double1 == double2) {
}
but
if (double1 - double2 < CorBase::eps) {
}
CorBase()
The default c'tor.
CorBase( const CorBase& aRef )
virtual ~CorBase()
The d'tor.
CorBase& operator=( const CorBase& aRef )
CorBool operator==( const CorBase& aRef )
CorBool operator!=( const CorBase& aRef )
static void reportAssertFailure( const char* aFilename, int aLinenumber, const char* aText )
void* operator new( size_t aSize, void* anotherPlace )
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de