#include <memory_info.h>
Public Member Functions | |
MemoryInfoException (const char *text) | |
const char * | what () const throw () |
~MemoryInfoException () throw () | |
Private Attributes | |
const char * | _exctext |
Definition at line 37 of file memory_info.h.
vcg::MemoryInfo::MemoryInfoException::MemoryInfoException | ( | const char * | text | ) | [inline] |
Definition at line 40 of file memory_info.h.
vcg::MemoryInfo::MemoryInfoException::~MemoryInfoException | ( | ) | throw () [inline] |
Definition at line 43 of file memory_info.h.
const char* vcg::MemoryInfo::MemoryInfoException::what | ( | ) | const throw () [inline] |
Definition at line 44 of file memory_info.h.
const char* vcg::MemoryInfo::MemoryInfoException::_exctext [private] |
Definition at line 46 of file memory_info.h.