35 #ifndef ACADO_TOOLKIT_EXPORT_STATEMENT_STRING_HPP 36 #define ACADO_TOOLKIT_EXPORT_STATEMENT_STRING_HPP 90 const std::string& _realString =
"real_t",
91 const std::string& _intString =
"int",
104 #endif // ACADO_TOOLKIT_EXPORT_STATEMENT_STRING_HPP std::string statementString
virtual ~ExportStatementString()
Allows to pass back messages to the calling function.
#define CLOSE_NAMESPACE_ACADO
virtual ExportStatement * clone() const
Allows to export code writing a string.
Base class for all kind of statements to be exported by the code generation tool. ...
virtual returnValue exportCode(std::ostream &stream, const std::string &_realString="real_t", const std::string &_intString="int", int _precision=16) const
#define BEGIN_NAMESPACE_ACADO
ExportStatementString(const std::string &_statementString=std::string())