33 this->
line(std::string(
"# ") + comment);
40 lineInternal(
"", indent);
46 lineInternal(
line, indent);
52 lineInternal(
line, indent + indentDelta);
68CMakeWriter::lineInternal(
const std::string& line,
int indent)
70 for (
int i = 0; i < indent; i++)
75 ss <<
line << std::endl;
void endBlock(const std::string &line)
LineType getLastLineType()
void endBlockComment(std::string comment)
void startBlock(const std::string &line)
This file offers overloads of toIce() and fromIce() functions for STL container types.