#include <rtt/scripting/parse_exception.hpp>
Definition at line 358 of file parse_exception.hpp.
RTT::scripting::parse_exception_wrong_number_of_arguments::parse_exception_wrong_number_of_arguments |
( |
const std::string & |
componentname, |
|
|
const std::string & |
methodname, |
|
|
int |
expectednumber, |
|
|
int |
receivednumber |
|
) |
| |
|
inline |
const std::string& RTT::scripting::parse_exception_wrong_number_of_arguments::componentName |
( |
| ) |
const |
|
inline |
int RTT::scripting::parse_exception_wrong_number_of_arguments::expectedNumber |
( |
| ) |
const |
|
inline |
const std::string& RTT::scripting::parse_exception_wrong_number_of_arguments::methodName |
( |
| ) |
const |
|
inline |
int RTT::scripting::parse_exception_wrong_number_of_arguments::receivedNumber |
( |
| ) |
const |
|
inline |
const std::string RTT::parse_exception_wrong_number_of_arguments::what |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following files: