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

Public Types

using ScopeIDType = typename CodeHandler< Base >::ScopeIDType
 

Public Member Functions

 ScopePathElement (ScopeIDType color=0, OperationNode< Base > *nEnd=nullptr, OperationNode< Base > *nBegin=nullptr)
 

Public Attributes

ScopeIDType color
 
OperationNode< Base > * beginning
 
OperationNode< Base > * end
 

Detailed Description

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

Definition at line 72 of file declare_cg.hpp.


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