#include <registry.hh>
Public Member Functions | |
AlreadyDefined (std::string const &name) | |
std::string | getName () const |
~AlreadyDefined () throw () | |
Private Attributes | |
std::string | m_name |
A type is already defined (duplicates definitions are not allowed in type registries)
Definition at line 35 of file registry.hh.
Typelib::AlreadyDefined::AlreadyDefined | ( | std::string const & | name | ) | [inline] |
Definition at line 40 of file registry.hh.
Typelib::AlreadyDefined::~AlreadyDefined | ( | ) | throw () [inline] |
Definition at line 43 of file registry.hh.
std::string Typelib::AlreadyDefined::getName | ( | void | ) | const [inline] |
Definition at line 45 of file registry.hh.
std::string Typelib::AlreadyDefined::m_name [private] |
Definition at line 37 of file registry.hh.