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

Public Member Functions

 CodeHandlerVectorSync (CodeHandler< Base > &handler)
 
 CodeHandlerVectorSync (const CodeHandlerVectorSync &orig)
 
CodeHandler< Base > & getHandler () const
 

Protected Member Functions

virtual void nodesErased (size_t start, size_t end)=0
 

Protected Attributes

CodeHandler< Base > * handler_
 

Friends

class CodeHandler< Base >
 

Detailed Description

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

A class for synchronization of data vectors associated with operation nodes managed by a code handler.

Definition at line 31 of file code_handler_vector.hpp.

Member Function Documentation

◆ nodesErased()


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