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

Public Member Functions

std::streamsize xsputn (const char_type *s, std::streamsize n) override
 

Detailed Description

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

A stream buffer used to recover OperationNode names defined using CppAD::PrintFor.

Note
There can only be one at a time.
It must be used in the same thread it was created in!
Author
Joao Leal

Definition at line 32 of file operation_node_name_streambuf.hpp.


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