Description of one Argument of a Command. More...
#include <ArgumentDescription.hpp>
| Public Member Functions | |
| ArgumentDescription (const std::string _name="", const std::string _desc="", const std::string _type="") | |
| Public Attributes | |
| std::string | description | 
| std::string | name | 
| std::string | type | 
Description of one Argument of a Command.
Definition at line 49 of file ArgumentDescription.hpp.
| ArgumentDescription::ArgumentDescription | ( | const std::string | _name = "", | 
| const std::string | _desc = "", | ||
| const std::string | _type = "" | ||
| ) | 
Definition at line 43 of file ArgumentDescription.cpp.
| std::string RTT::ArgumentDescription::description | 
Definition at line 53 of file ArgumentDescription.hpp.
| std::string RTT::ArgumentDescription::name | 
Definition at line 52 of file ArgumentDescription.hpp.
| std::string RTT::ArgumentDescription::type | 
Definition at line 54 of file ArgumentDescription.hpp.