Minsky: 3.17.0
MathDAG::CachedOp< T > Struct Template Reference

#include <expr.h>

Inheritance diagram for MathDAG::CachedOp< T >:
Inheritance graph
Collaboration diagram for MathDAG::CachedOp< T >:
Collaboration graph

Public Member Functions

 CachedOp (SubexpressionCache &ec)
 

Detailed Description

template<OperationType::Type T>
struct MathDAG::CachedOp< T >

Definition at line 207 of file expr.h.

Constructor & Destructor Documentation

◆ CachedOp()

template<OperationType::Type T>
MathDAG::CachedOp< T >::CachedOp ( SubexpressionCache ec)
inline

Definition at line 209 of file expr.h.

References MathDAG::SubexpressionCache::insertAnonymous().

209  :
210  std::shared_ptr<OperationDAGBase>(OperationDAGBase::create(T))
211  {ec.insertAnonymous(*this);}
static OperationDAGBase * create(Type type, const string &name="")
factory method
Definition: equations.cc:176
Here is the call graph for this function:

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