#include <registry.hh>
Public Member Functions | |
BadName (const std::string &name) | |
~BadName () throw () | |
Private Attributes | |
const std::string | m_name |
An attempt has been made of registering a type with an invalid name
Definition at line 49 of file registry.hh.
Typelib::BadName::BadName | ( | const std::string & | name | ) | [inline] |
Definition at line 54 of file registry.hh.
Typelib::BadName::~BadName | ( | ) | throw () [inline] |
Definition at line 57 of file registry.hh.
const std::string Typelib::BadName::m_name [private] |
Definition at line 51 of file registry.hh.