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

Public Member Functions

 LangStreamOperation (OperationNode< Base > &node)
 
 LangStreamOperation (std::string text)
 
OperationNode< Base > * getNode () const
 
const std::string & getText () const
 

Detailed Description

template<class Base>
class CppAD::cg::_private::LangStreamOperation< Base >

Definition at line 26 of file lang_stream_stack.hpp.

Constructor & Destructor Documentation

◆ LangStreamOperation() [1/2]

template<class Base >
CppAD::cg::_private::LangStreamOperation< Base >::LangStreamOperation ( OperationNode< Base > &  node)
inline

Definition at line 31 of file lang_stream_stack.hpp.

◆ LangStreamOperation() [2/2]

template<class Base >
CppAD::cg::_private::LangStreamOperation< Base >::LangStreamOperation ( std::string  text)
inline

Definition at line 35 of file lang_stream_stack.hpp.

Member Function Documentation

◆ getNode()

template<class Base >
OperationNode< Base > * CppAD::cg::_private::LangStreamOperation< Base >::getNode ( ) const
inline

Definition at line 40 of file lang_stream_stack.hpp.

◆ getText()

template<class Base >
const std::string & CppAD::cg::_private::LangStreamOperation< Base >::getText ( ) const
inline

Definition at line 44 of file lang_stream_stack.hpp.


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