myexcept.h File Reference#include <exception>
Go to the source code of this file.
Define Documentation
#define FREE_CHECK |
( |
Class |
|
) |
public: |
#define MONITOR_INT_DELETE |
( |
Operation, |
|
|
Size, |
|
|
Pointer |
|
) |
{} |
#define MONITOR_INT_NEW |
( |
Operation, |
|
|
Size, |
|
|
Pointer |
|
) |
{} |
#define MONITOR_REAL_DELETE |
( |
Operation, |
|
|
Size, |
|
|
Pointer |
|
) |
{} |
#define MONITOR_REAL_NEW |
( |
Operation, |
|
|
Size, |
|
|
Pointer |
|
) |
{} |
Definition at line 317 of file myexcept.h.
Referenced by NEWMAT::GeneralMatrix::GeneralMatrix(), NEWMAT::GeneralSolv(), NEWMAT::GeneralSolvI(), NEWMAT::SymmetricBandMatrix::GetCol(), NEWMAT::BandMatrix::GetCol(), NEWMAT::SymmetricMatrix::GetCol(), NEWMAT::LowerTriangularMatrix::GetCol(), NEWMAT::UpperTriangularMatrix::GetCol(), NEWMAT::Matrix::GetCol(), NEWMAT::SymmetricBandMatrix::GetRow(), NEWMAT::SymmetricMatrix::GetRow(), NEWMAT::GeneralMatrix::GetStore(), NEWMAT::GeneralMatrix::ReSize(), and NEWMAT::GeneralMatrix::reuse().
#define NEW_DELETE |
( |
Class |
|
) |
FREE_CHECK(Class) |
|