#include <typevisitor.hh>

Public Member Functions | |
| UnsupportedType (Type const &type_) | |
| UnsupportedType (Type const &type_, std::string const &reason_) | |
| ~UnsupportedType () throw () | |
Public Attributes | |
| std::string const | reason |
| Type const & | type |
Definition at line 8 of file typevisitor.hh.
| Typelib::UnsupportedType::UnsupportedType | ( | Type const & | type_ | ) | [inline] |
Definition at line 13 of file typevisitor.hh.
| Typelib::UnsupportedType::UnsupportedType | ( | Type const & | type_, |
| std::string const & | reason_ | ||
| ) | [inline] |
Definition at line 15 of file typevisitor.hh.
| Typelib::UnsupportedType::~UnsupportedType | ( | ) | throw () [inline] |
Definition at line 17 of file typevisitor.hh.
| std::string const Typelib::UnsupportedType::reason |
Definition at line 12 of file typevisitor.hh.
Definition at line 11 of file typevisitor.hh.