#include <moveit_config_data.h>
Reusable parameter class which may be used in reading and writing configuration files
Definition at line 172 of file moveit_config_data.h.
◆ GenericParameter()
moveit_setup_assistant::GenericParameter::GenericParameter |
( |
| ) |
|
|
inline |
◆ getComment()
const std::string& moveit_setup_assistant::GenericParameter::getComment |
( |
| ) |
const |
|
inline |
◆ getName()
const std::string& moveit_setup_assistant::GenericParameter::getName |
( |
| ) |
const |
|
inline |
◆ getValue()
const std::string& moveit_setup_assistant::GenericParameter::getValue |
( |
| ) |
const |
|
inline |
◆ setComment()
void moveit_setup_assistant::GenericParameter::setComment |
( |
std::string |
comment | ) |
|
|
inline |
◆ setName()
void moveit_setup_assistant::GenericParameter::setName |
( |
std::string |
name | ) |
|
|
inline |
◆ setValue()
void moveit_setup_assistant::GenericParameter::setValue |
( |
std::string |
value | ) |
|
|
inline |
◆ comment_
std::string moveit_setup_assistant::GenericParameter::comment_ |
|
private |
◆ name_
std::string moveit_setup_assistant::GenericParameter::name_ |
|
private |
◆ value_
std::string moveit_setup_assistant::GenericParameter::value_ |
|
private |
The documentation for this class was generated from the following file: