#include <typelib/typevisitor.hh>
Public Member Functions | |
UnsupportedType (Type const &type_) | |
UnsupportedType (Type const &type_, std::string const &reason_) | |
~UnsupportedType () throw () | |
Public Attributes | |
Type const & | type |
std::string const | reason |
Typelib::UnsupportedType::UnsupportedType | ( | Type const & | type_ | ) | [inline] |
Typelib::UnsupportedType::UnsupportedType | ( | Type const & | type_, | |
std::string const & | reason_ | |||
) | [inline] |
Typelib::UnsupportedType::~UnsupportedType | ( | ) | throw () [inline] |
std::string const Typelib::UnsupportedType::reason |