Memosa-FVM
0.2
|
#include <GlobalFields.h>
Public Types | |
typedef map< const FieldLabel *, shared_ptr< Field > > | FieldMap |
Static Public Member Functions | |
static Field & | createField (const FieldLabel &fieldLabel) |
static const Field & | getField (const FieldLabel &fieldLabel) |
Static Private Member Functions | |
static FieldMap & | getFieldMap () |
Static Private Attributes | |
static FieldMap * | _fieldMap = 0 |
Definition at line 12 of file GlobalFields.h.
typedef map<const FieldLabel*, shared_ptr<Field> > GlobalFields::FieldMap |
Definition at line 15 of file GlobalFields.h.
|
static |
Definition at line 10 of file GlobalFields.cpp.
References getFieldMap(), and FieldLabel::getName().
|
static |
Definition at line 25 of file GlobalFields.cpp.
References getFieldMap(), and FieldLabel::getName().
|
staticprivate |
Definition at line 34 of file GlobalFields.cpp.
References _fieldMap.
Referenced by createField(), and getField().
|
staticprivate |
Definition at line 22 of file GlobalFields.h.
Referenced by getFieldMap().