#include <ArmarXCore/libraries/cppgen/CppField.h>
|
| CppField (const std::string &type, const std::string &name, const std::string &default_value="", const std::string &doc="") |
|
std::string | getName () const |
|
std::string | getType () const |
|
void | setDoc (const std::string &documentation) |
|
void | writeCpp (const CppWriterPtr &writer) |
|
Definition at line 36 of file CppField.h.
◆ CppField()
CppField |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const std::string & |
default_value = "" , |
|
|
const std::string & |
doc = "" |
|
) |
| |
◆ getName()
std::string getName |
( |
| ) |
const |
◆ getType()
std::string getType |
( |
| ) |
const |
◆ setDoc()
void setDoc |
( |
const std::string & |
documentation | ) |
|
◆ writeCpp()
The documentation for this class was generated from the following files: