35 #ifndef ACADO_TOOLKIT_EXPORT_FUNCTION_DECLARATION_HPP 36 #define ACADO_TOOLKIT_EXPORT_FUNCTION_DECLARATION_HPP 96 const std::string& _realString =
"real_t",
97 const std::string& _intString =
"int",
109 #endif // ACADO_TOOLKIT_EXPORT_FUNCTION_DECLARATION_HPP virtual ~ExportFunctionDeclaration()
virtual returnValue exportCode(std::ostream &stream, const std::string &_realString="real_t", const std::string &_intString="int", int _precision=16) const
Allows to export code of an ACADO function.
Allows to pass back messages to the calling function.
Allows to export code containing function (forward) declarations.
#define CLOSE_NAMESPACE_ACADO
virtual ExportStatement * clone() const
Base class for all kind of statements to be exported by the code generation tool. ...
Allows to export code of an arbitrary function.
#define BEGIN_NAMESPACE_ACADO
ExportFunctionDeclaration()