#include <registry.hh>
Public Member Functions | |
std::string | getName () const |
Undefined (const std::string &name) | |
~Undefined () throw () | |
Private Attributes | |
std::string | m_name |
A type has not been found while it was expected
Definition at line 20 of file registry.hh.
Typelib::Undefined::Undefined | ( | const std::string & | name | ) | [inline] |
Definition at line 25 of file registry.hh.
Typelib::Undefined::~Undefined | ( | ) | throw () [inline] |
Definition at line 28 of file registry.hh.
std::string Typelib::Undefined::getName | ( | ) | const [inline] |
Definition at line 30 of file registry.hh.
std::string Typelib::Undefined::m_name [private] |
Definition at line 22 of file registry.hh.