CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
|
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 |
Definition at line 22 of file scope_path_element.hpp.
using CppAD::cg::ScopePathElement< Base >::ScopeIDType = typename CodeHandler<Base>::ScopeIDType |
Definition at line 24 of file scope_path_element.hpp.
|
inline |
Definition at line 34 of file scope_path_element.hpp.
OperationNode<Base>* CppAD::cg::ScopePathElement< Base >::beginning |
Definition at line 29 of file scope_path_element.hpp.
ScopeIDType CppAD::cg::ScopePathElement< Base >::color |
Definition at line 27 of file scope_path_element.hpp.
OperationNode<Base>* CppAD::cg::ScopePathElement< Base >::end |
Definition at line 31 of file scope_path_element.hpp.