$search
#include <parse_exception.hpp>
Public Member Functions | |
parse_exception_undefined_value * | copy () const throw () |
const std::string & | name () |
parse_exception_undefined_value (const std::string &name) | |
const std::string | what () const throw () |
Private Attributes | |
std::string | mname |
Definition at line 443 of file parse_exception.hpp.
RTT::scripting::parse_exception_undefined_value::parse_exception_undefined_value | ( | const std::string & | name | ) | [inline] |
Definition at line 448 of file parse_exception.hpp.
parse_exception_undefined_value* RTT::scripting::parse_exception_undefined_value::copy | ( | ) | const throw () [inline, virtual] |
Implements RTT::parse_exception.
Definition at line 458 of file parse_exception.hpp.
const std::string& RTT::scripting::parse_exception_undefined_value::name | ( | ) | [inline] |
Definition at line 463 of file parse_exception.hpp.
const std::string RTT::scripting::parse_exception_undefined_value::what | ( | ) | const throw () [inline, virtual] |
Implements RTT::parse_exception.
Definition at line 453 of file parse_exception.hpp.
std::string RTT::scripting::parse_exception_undefined_value::mname [private] |
Definition at line 446 of file parse_exception.hpp.