MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <LookupValueFinfo.h>
Public Member Functions | |
LookupValueFinfoBase (const string &name, const string &doc) | |
~LookupValueFinfoBase () | |
![]() | |
virtual bool | addMsg (const Finfo *target, ObjId mid, Element *src) const |
virtual bool | checkTarget (const Finfo *target) const |
const string & | docs () const |
Returns documentation string. More... | |
Finfo (const string &name, const string &doc) | |
virtual vector< string > | innerDest () const |
virtual vector< string > | innerSrc () const |
const string & | name () const |
virtual void | postCreationFunc (Id newId, Element *newElm) const |
virtual void | registerFinfo (Cinfo *c)=0 |
virtual string | rttiType () const |
virtual bool | strGet (const Eref &tgt, const string &field, string &returnValue) const =0 |
virtual bool | strSet (const Eref &tgt, const string &field, const string &arg) const =0 |
virtual | ~Finfo () |
Additional Inherited Members | |
![]() | |
static const Cinfo * | initCinfo () |
This class is here just as a organizational feature. Lets us do some inspection using dynamic_casts.
Definition at line 16 of file LookupValueFinfo.h.
|
inline |
Definition at line 19 of file LookupValueFinfo.h.
|
inline |
Definition at line 22 of file LookupValueFinfo.h.