#include <value.hh>

Public Member Functions | |
| FieldNotFound (std::string const &name_) | |
| FieldNotFound (std::string const &name_) | |
| ~FieldNotFound () throw () | |
| ~FieldNotFound () throw () | |
Public Attributes | |
| std::string const | name |
Exception raised if a non existent field is required
Definition at line 89 of file install/include/typelib/value.hh.
| Typelib::FieldNotFound::~FieldNotFound | ( | ) | throw () [inline] |
Definition at line 92 of file install/include/typelib/value.hh.
| Typelib::FieldNotFound::FieldNotFound | ( | std::string const & | name_ | ) | [inline] |
Definition at line 94 of file install/include/typelib/value.hh.
| Typelib::FieldNotFound::~FieldNotFound | ( | ) | throw () [inline] |
Definition at line 92 of file typelib/value.hh.
| Typelib::FieldNotFound::FieldNotFound | ( | std::string const & | name_ | ) | [inline] |
Definition at line 94 of file typelib/value.hh.
| std::string const Typelib::FieldNotFound::name |
Definition at line 93 of file install/include/typelib/value.hh.