CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
Loading...
Searching...
No Matches
CppAD::cg::OperationStack< Base > Class Template Reference
Inheritance diagram for CppAD::cg::OperationStack< Base >:
Inheritance graph
Collaboration diagram for CppAD::cg::OperationStack< Base >:
Collaboration graph

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)
 

Detailed Description

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

Definition at line 126 of file operation_stack.hpp.

Member Function Documentation

◆ back()

OperationStackData< Base > & CppAD::cg::BaseOperationStack< OperationStackData< Base > >::back ( )
inlineinherited

Definition at line 108 of file operation_stack.hpp.

◆ emplace_back()

void CppAD::cg::BaseOperationStack< OperationStackData< Base > >::emplace_back ( Args &&...  args)
inlineinherited

Definition at line 113 of file operation_stack.hpp.

◆ empty()

bool CppAD::cg::BaseOperationStack< OperationStackData< Base > >::empty ( ) const
inlineinherited

Definition at line 96 of file operation_stack.hpp.

◆ operator[]()

OperationStackData< Base > & CppAD::cg::BaseOperationStack< OperationStackData< Base > >::operator[] ( size_t  i)
inlineinherited

Definition at line 120 of file operation_stack.hpp.

◆ pop_back()

void CppAD::cg::BaseOperationStack< OperationStackData< Base > >::pop_back ( )
inlineinherited

Definition at line 104 of file operation_stack.hpp.

◆ pushNodeArguments()

template<class Base >
void CppAD::cg::OperationStack< Base >::pushNodeArguments ( OperationNode< Base > &  node,
size_t  parentNodeScope 
)
inline

Definition at line 128 of file operation_stack.hpp.

◆ size()

size_t CppAD::cg::BaseOperationStack< OperationStackData< Base > >::size ( ) const
inlineinherited

Definition at line 100 of file operation_stack.hpp.


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