|
MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <Finfo.h>
Collaboration diagram for FinfoWrapper:Public Member Functions | |
| vector< string > | dest () const |
| string | docs () const |
| FinfoWrapper (const Finfo *other) | |
| string | getName () const |
| vector< string > | src () const |
| string | type () const |
Private Attributes | |
| const Finfo * | f_ |
|
inline |
| vector< string > FinfoWrapper::dest | ( | ) | const |
Returns the list of subsidiary destFinfos. Used in SharedFinfos and ValueFinfos, empty otherwise. Goes via internal virtual function.
Definition at line 113 of file Finfo.cpp.
References f_, and Finfo::innerDest().
Referenced by Finfo::initCinfo(), and testFinfoFields().
Here is the call graph for this function:
Here is the caller graph for this function:| string FinfoWrapper::docs | ( | ) | const |
Definition at line 97 of file Finfo.cpp.
References Finfo::docs(), and f_.
Referenced by Finfo::initCinfo(), and testFinfoFields().
Here is the call graph for this function:
Here is the caller graph for this function:| string FinfoWrapper::getName | ( | ) | const |
Definition at line 92 of file Finfo.cpp.
References f_, and Finfo::name().
Referenced by Finfo::initCinfo(), and testFinfoFields().
Here is the call graph for this function:
Here is the caller graph for this function:| vector< string > FinfoWrapper::src | ( | ) | const |
Returns the list of subsidiary SrcFinfos. Used in Shared Finfos, empty otherwise. Goes via internal virtual function.
Definition at line 108 of file Finfo.cpp.
References f_, and Finfo::innerSrc().
Referenced by Finfo::initCinfo(), and testFinfoFields().
Here is the call graph for this function:
Here is the caller graph for this function:| string FinfoWrapper::type | ( | ) | const |
Definition at line 103 of file Finfo.cpp.
References f_, and Finfo::rttiType().
Referenced by Finfo::initCinfo(), and testFinfoFields().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |