|
|
#include <ArmarXCore/libraries/cppgen/CppCtor.h>
Public Member Functions | |
| void | addInitListEntries (const std::vector< std::pair< std::string, std::string >> &) |
| void | addInitListEntry (const std::string &target, const std::string &expr) |
| void | addLine (const boost::basic_format< char > &line) |
| void | addLine (const std::string &line) |
| CppCtor (const std::string &header) | |
| CppCtor (const std::string &header, const CppBlockPtr &b) | |
| CppBlockPtr | getBlock () const |
| void | setBlock (const CppBlockPtr &) |
| void | setEnforceBlockGeneration (bool enforceBlockGeneration) |
| void | writeCpp (const CppWriterPtr &writer) |
| CppCtor | ( | const std::string & | header | ) |
Definition at line 35 of file CppCtor.cpp.
| CppCtor | ( | const std::string & | header, |
| const CppBlockPtr & | b | ||
| ) |
Definition at line 40 of file CppCtor.cpp.
| void addInitListEntries | ( | const std::vector< std::pair< std::string, std::string >> & | list | ) |
| void addInitListEntry | ( | const std::string & | target, |
| const std::string & | expr | ||
| ) |
Definition at line 56 of file CppCtor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void addLine | ( | const boost::basic_format< char > & | line | ) |
Definition at line 72 of file CppCtor.cpp.
| void addLine | ( | const std::string & | line | ) |
Definition at line 62 of file CppCtor.cpp.
| CppBlockPtr getBlock | ( | ) | const |
Definition at line 88 of file CppCtor.cpp.
| void setBlock | ( | const CppBlockPtr & | b | ) |
Definition at line 82 of file CppCtor.cpp.
| void setEnforceBlockGeneration | ( | bool | enforceBlockGeneration | ) |
Definition at line 137 of file CppCtor.cpp.
| void writeCpp | ( | const CppWriterPtr & | writer | ) |