MOOS 0.2375
|
#include <myexcept.h>
Public Member Functions | |
virtual void | CleanUp () |
Janitor () | |
virtual | ~Janitor () |
Definition at line 201 of file myexcept.h.
Janitor::Janitor | ( | ) | [inline] |
Definition at line 205 of file myexcept.h.
virtual Janitor::~Janitor | ( | ) | [inline, virtual] |
Definition at line 206 of file myexcept.h.
virtual void Janitor::CleanUp | ( | ) | [inline, virtual] |
Reimplemented in NEWMAT::BaseMatrix, NEWMAT::GeneralMatrix, NEWMAT::nricMatrix, NEWMAT::RowVector, NEWMAT::ColumnVector, NEWMAT::CroutMatrix, NEWMAT::BandLUMatrix, NEWMAT::GenericMatrix, NEWMAT::LinearEquationSolver, and NEWMAT::SimpleIntArray.
Definition at line 204 of file myexcept.h.