last update 20 Sep 2009 |
#include <cvrAllocException.h>
Public Member Functions | |
allocException () | |
virtual const std::string & | name () const |
virtual allocException * | clone () const |
virtual allocException * | newInstance () const |
cvr::allocException::allocException | ( | ) |
Construct allocation exception with the default string name "memory allocation error".
virtual allocException* cvr::allocException::clone | ( | ) | const [virtual] |
virtual const std::string& cvr::allocException::name | ( | ) | const [virtual] |
virtual allocException* cvr::allocException::newInstance | ( | ) | const [virtual] |