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

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)
 

Detailed Description

template<class Element>
class CppAD::cg::BaseOperationStack< Element >

A Stack of Operation Nodes.

Template Parameters
Base

Definition at line 88 of file operation_stack.hpp.


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