|
CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
|
#include <operation_stack.hpp>


Public Member Functions | |
| bool | empty () const |
| size_t | size () const |
| void | pop_back () |
| Element & | back () |
| template<class... Args> | |
| void | emplace_back (Args &&... args) |
| Element & | operator[] (size_t i) |
A Stack of Operation Nodes.
| Base |
Definition at line 88 of file operation_stack.hpp.
|
inline |
Definition at line 92 of file operation_stack.hpp.
|
inline |
Definition at line 108 of file operation_stack.hpp.
|
inline |
Definition at line 113 of file operation_stack.hpp.
|
inline |
Definition at line 96 of file operation_stack.hpp.
|
inline |
Definition at line 120 of file operation_stack.hpp.
|
inline |
Definition at line 104 of file operation_stack.hpp.
|
inline |
Definition at line 100 of file operation_stack.hpp.