|
|
template<class T > |
| void | exportImports (const std::initializer_list< T > &container, std::ostream &ostr=std::cout) const |
| |
|
void | exportCommands (const std::string &name, const drain::CommandBank &commandBank, std::ostream &ostr=std::cout, int indentLevel=0) const |
| |
|
void | exportCommand (const std::string &name, const drain::Command &command, std::ostream &ostr=std::cout, int indentLevel=1, bool implicit=false) const |
| |
|
|
std::string | indentStr = std::string(4, ' ') |
| |
|
std::list< std::string > | content = {"return self._make_cmd(locals())"} |
| |
|
int | counter = 100 |
| |
|
|
static const std::string | TRIPLE_HYPHEN = "\"\"\"" |
| |
The documentation for this class was generated from the following files: