#include <ArmarXCore/libraries/cppgen/MetaWriter.h>
|
| int | indent = 0 |
| |
| std::vector< std::string > | lines |
| |
| std::string | name |
| |
| std::stringstream | ss |
| |
Definition at line 39 of file MetaWriter.h.
◆ LineType
| Enumerator |
|---|
| StartBlock | |
| EndBlock | |
| Normal | |
| Empty | |
Definition at line 42 of file MetaWriter.h.
◆ Lines() [1/2]
◆ Lines() [2/2]
◆ endBlock() [1/2]
◆ endBlock() [2/2]
| void endBlock |
( |
const std::string & |
line | ) |
|
◆ endBlockComment()
| void endBlockComment |
( |
std::string |
comment | ) |
|
◆ enforceEmptyLine()
| void enforceEmptyLine |
( |
| ) |
|
◆ getLastLineType()
◆ line() [1/2]
◆ line() [2/2]
| void line |
( |
const std::string & |
line, |
|
|
int |
indentDelta = 0 |
|
) |
| |
◆ lineCheckDuplicate()
| void lineCheckDuplicate |
( |
const std::string & |
line, |
|
|
int |
indentDelta = 0 |
|
) |
| |
◆ startBlock() [1/2]
◆ startBlock() [2/2]
| void startBlock |
( |
const std::string & |
line | ) |
|
◆ indent
◆ lines
| std::vector<std::string> lines |
◆ name
◆ ss
The documentation for this class was generated from the following files: