CppADCodeGen  2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
CppAD::cg::LoopEndOperationNode< Base > Class Template Reference
Collaboration diagram for CppAD::cg::LoopEndOperationNode< Base >:
Collaboration graph

Public Member Functions

const LoopStartOperationNode< Base > & getLoopStart () const
 

Protected Member Functions

 LoopEndOperationNode (CodeHandler< Base > *handler, LoopStartOperationNode< Base > &loopStart, const std::vector< Argument< Base > > &endArgs)
 

Friends

class CodeHandler< Base >
 

Detailed Description

template<class Base>
class CppAD::cg::LoopEndOperationNode< Base >

An operation node that marks the end of a loop.

This is a custom OperationNode class and therefore cannot be transformed into any other node type (makeAlias() and setOperation() might not work).

Author
Joao Leal

Definition at line 90 of file declare_cg.hpp.


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