Public Types | Public Member Functions

Base class for all kind of statements to be exported by the code generation tool. More...

#include <export_statement.hpp>

Inheritance diagram for ExportStatement:
Inheritance graph
[legend]

List of all members.

Public Types

typedef std::tr1::shared_ptr
< MemoryAllocator
MemoryAllocatorPtr
typedef std::tr1::shared_ptr
< ExportStatement
StatementPtr
typedef std::vector< StatementPtrStatementPtrArray

Public Member Functions

virtual ExportStatementacquire (ExportIndex &)
virtual ExportStatementallocate (MemoryAllocatorPtr)
virtual ExportStatementclone () const =0
virtual returnValue exportCode (std::ostream &stream, const std::string &_realString="real_t", const std::string &_intString="int", int _precision=16) const =0
virtual returnValue exportDataDeclaration (std::ostream &stream, const std::string &_realString="real_t", const std::string &_intString="int", int _precision=16) const
 ExportStatement ()
 ExportStatement (const ExportStatement &arg)
ExportStatementoperator= (const ExportStatement &arg)
virtual ExportStatementrelease (const ExportIndex &)
virtual ~ExportStatement ()

Detailed Description

Base class for all kind of statements to be exported by the code generation tool.

The class ExportStatement serves as a base class for all kind of statements to be exported by the code generation tool.

Authors:
Hans Joachim Ferreau, Boris Houska, Milan Vukov

Definition at line 63 of file export_statement.hpp.


Member Typedef Documentation

typedef std::tr1::shared_ptr< MemoryAllocator > ExportStatement::MemoryAllocatorPtr

Shared pointer to a memory allocator

Definition at line 77 of file export_statement.hpp.

typedef std::tr1::shared_ptr< ExportStatement > ExportStatement::StatementPtr

Shared pointer to a statement.

Definition at line 71 of file export_statement.hpp.

A vector of shared pointer statements.

Definition at line 74 of file export_statement.hpp.


Constructor & Destructor Documentation

Default constructor.

Definition at line 43 of file export_statement.cpp.

Copy constructor (deep copy).

Parameters:
[in]argRight-hand side object.

Definition at line 48 of file export_statement.cpp.

Destructor.

Definition at line 54 of file export_statement.cpp.


Member Function Documentation

virtual ExportStatement& ExportStatement::acquire ( ExportIndex ) [inline, virtual]

Acquire an index.

Reimplemented in ExportFunction.

Definition at line 139 of file export_statement.hpp.

Set a memory allocator.

Reimplemented in ExportForLoop, and ExportArithmeticStatement.

Definition at line 151 of file export_statement.hpp.

virtual ExportStatement* ExportStatement::clone ( ) const [pure virtual]
virtual returnValue ExportStatement::exportCode ( std::ostream &  stream,
const std::string &  _realString = "real_t",
const std::string &  _intString = "int",
int  _precision = 16 
) const [pure virtual]

Exports source code of the statement into given file. Its appearance can can be adjusted by various options.

Parameters:
[in]streamName of file to be used to export statement.
[in]_realStringstd::string to be used to declare real variables.
[in]_intStringstd::string to be used to declare integer variables.
[in]_precisionNumber of digits to be used for exporting real values.
Returns:
SUCCESSFUL_RETURN

Implemented in ExportStatementBlock, ExportFunction, ExportFunctionCall, ExportAcadoFunction, ExportForLoop, ExportArithmeticStatement, ExportDataDeclaration, ExportFunctionDeclaration, and ExportStatementString.

returnValue ExportStatement::exportDataDeclaration ( std::ostream &  stream,
const std::string &  _realString = "real_t",
const std::string &  _intString = "int",
int  _precision = 16 
) const [virtual]

Exports data declaration of the statement into given file. Its appearance can can be adjusted by various options.

Parameters:
[in]streamName of file to be used to export statement.
[in]_realStringstd::string to be used to declare real variables.
[in]_intStringstd::string to be used to declare integer variables.
[in]_precisionNumber of digits to be used for exporting real values.
Returns:
SUCCESSFUL_RETURN

Reimplemented in ExportStatementBlock, ExportFunction, ExportForLoop, ExportAcadoFunction, and ExportArithmeticStatement.

Definition at line 72 of file export_statement.cpp.

ExportStatement & ExportStatement::operator= ( const ExportStatement arg)

Assignment operator (deep copy).

Parameters:
[in]argRight-hand side object.

Definition at line 59 of file export_statement.cpp.

virtual ExportStatement& ExportStatement::release ( const ExportIndex ) [inline, virtual]

Release an index.

Reimplemented in ExportFunction.

Definition at line 145 of file export_statement.hpp.


The documentation for this class was generated from the following files:


acado
Author(s): Milan Vukov, Rien Quirynen
autogenerated on Thu Aug 27 2015 12:01:38