|
|
#include <ArmarXCore/libraries/cppgen/CppField.h>
Public Member Functions | |
| 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 35 of file CppField.h.
| CppField | ( | const std::string & | type, |
| const std::string & | name, | ||
| const std::string & | default_value = "", | ||
| const std::string & | doc = "" ) |
Definition at line 33 of file CppField.cpp.
| std::string getName | ( | ) | const |
Definition at line 46 of file CppField.cpp.
| std::string getType | ( | ) | const |
Definition at line 52 of file CppField.cpp.
| void setDoc | ( | const std::string & | documentation | ) |
Definition at line 58 of file CppField.cpp.
| void writeCpp | ( | const CppWriterPtr & | writer | ) |
Definition at line 64 of file CppField.cpp.