#include <registry.hh>
Public Member Functions | |
DefinitionMismatch (const std::string &name) | |
~DefinitionMismatch () throw () | |
Private Attributes | |
const std::string | m_name |
We are trying to merge two registries where two types have the same name but different definitions
Definition at line 63 of file registry.hh.
Typelib::DefinitionMismatch::DefinitionMismatch | ( | const std::string & | name | ) | [inline] |
Definition at line 68 of file registry.hh.
Typelib::DefinitionMismatch::~DefinitionMismatch | ( | ) | throw () [inline] |
Definition at line 70 of file registry.hh.
const std::string Typelib::DefinitionMismatch::m_name [private] |
Definition at line 65 of file registry.hh.