Public Member Functions | Public Attributes | List of all members
RTT::ArgumentDescription Struct Reference

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
 

Detailed Description

Description of one Argument of a Command.

Definition at line 49 of file ArgumentDescription.hpp.

Constructor & Destructor Documentation

ArgumentDescription::ArgumentDescription ( const std::string  _name = "",
const std::string  _desc = "",
const std::string  _type = "" 
)

Definition at line 43 of file ArgumentDescription.cpp.

Member Data Documentation

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.


The documentation for this struct was generated from the following files:


rtt
Author(s): RTT Developers
autogenerated on Tue Jun 25 2019 19:33:41