#include <MultiArgEvaluator.h>
Public Member Functions | |
EngineWriteNotifier () | |
template<class A > | |
void | dirtyRelations (const A &a, const WrappedInt< true > &) const |
template<class A > | |
void | dirtyRelations (const A &, const WrappedInt< false > &) const |
template<class A > | |
void | operator() (const A &a) const |
template<class MeshTag , class T , class Expr > | |
void | operator() (const Field< MeshTag, T, ExpressionTag< Expr > > &) const |
template<int Dim, class T , class Expr > | |
void | operator() (const Array< Dim, T, ExpressionTag< Expr > > &) const |
EngineWriteNotifier::EngineWriteNotifier | ( | ) | [inline] |
void EngineWriteNotifier::dirtyRelations | ( | const A & | a, | |
const WrappedInt< true > & | ||||
) | const [inline] |
Referenced by operator()().
void EngineWriteNotifier::dirtyRelations | ( | const A & | , | |
const WrappedInt< false > & | ||||
) | const [inline] |
void EngineWriteNotifier::operator() | ( | const A & | a | ) | const [inline] |
References dirtyRelations(), and notifyEngineWrite().
void EngineWriteNotifier::operator() | ( | const Field< MeshTag, T, ExpressionTag< Expr > > & | ) | const [inline] |
References PInsist.
void EngineWriteNotifier::operator() | ( | const Array< Dim, T, ExpressionTag< Expr > > & | ) | const [inline] |
References PInsist.