32#include <SimoxUtility/algorithm/string.h>
65 void line(
const std::string&
line,
int indentDelta = 0);
72 void lineInternal(
const std::string&
line,
int indent);
75 std::string indentChars;
91 const std::vector<std::string>& docLines,
92 std::vector<std::string>& linesOut);
Lines::LineType getLastLineType()
void lineCheckDuplicate(const std::string &line, int indentDelta=0)
std::vector< std::string > lines
void endBlockComment(std::string comment)
This file offers overloads of toIce() and fromIce() functions for STL container types.
std::shared_ptr< MetaWriter > MetaWriterPtr