|
CppADCodeGen
HEAD
A C++ Algorithmic Differentiation Package with Source Code Generation
|


Public Member Functions | |
| void | pushNodeArguments (OperationNode< Base > &node, size_t parentNodeScope) |
| bool | empty () const |
| size_t | size () const |
| void | pop_back () |
| OperationStackData< Base > & | back () |
| void | emplace_back (Args &&... args) |
| OperationStackData< Base > & | operator[] (size_t i) |
Definition at line 126 of file operation_stack.hpp.