5 #ifndef _GLOBALFIELDS_H_
6 #define _GLOBALFIELDS_H_
15 typedef map<const FieldLabel*, shared_ptr<Field> >
FieldMap;
25 #define getGlobalField GlobalFields::getField
26 #define createGlobalField GlobalFields::createField
static const Field & getField(const FieldLabel &fieldLabel)
static FieldMap & getFieldMap()
static FieldMap * _fieldMap
static Field & createField(const FieldLabel &fieldLabel)
map< const FieldLabel *, shared_ptr< Field > > FieldMap