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

Public Member Functions

 Argument (OperationNode< Base > &operation)
 
 Argument (const Base &parameter)
 
 Argument (const Argument &orig)
 
 Argument (Argument &&orig)
 
Argumentoperator= (const Argument &rhs)
 
Argumentoperator= (Argument &&rhs)
 
OperationNode< Base > * getOperation () const
 
Base * getParameter () const
 

Detailed Description

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

An argument used by an operation which can be either a constant value or the result of another operation

Author
Joao Leal

Definition at line 31 of file argument.hpp.


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