myexcept.h File Reference
This graph shows which files directly or indirectly include this file:
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::BandLUMatrix::BandLUMatrix(), 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) |
|
|