#include <gl_mesh_attributes_feeder.h>
Public Member Functions | |
GLFeederException (const char *text) | |
const char * | what () const throw () |
~GLFeederException () throw () | |
Private Attributes | |
std::string | _text |
Definition at line 45 of file gl_mesh_attributes_feeder.h.
vcg::GLFeederInfo::GLFeederException::GLFeederException | ( | const char * | text | ) | [inline] |
Definition at line 47 of file gl_mesh_attributes_feeder.h.
vcg::GLFeederInfo::GLFeederException::~GLFeederException | ( | ) | throw () [inline] |
Definition at line 50 of file gl_mesh_attributes_feeder.h.
const char* vcg::GLFeederInfo::GLFeederException::what | ( | ) | const throw () [inline] |
Definition at line 51 of file gl_mesh_attributes_feeder.h.
std::string vcg::GLFeederInfo::GLFeederException::_text [private] |
Definition at line 53 of file gl_mesh_attributes_feeder.h.