13 FieldMap::iterator p = fMap.find(&fieldLabel);
17 fMap[&fieldLabel] = f;
28 FieldMap::iterator p = fMap.find(&fieldLabel);
29 if (p != fMap.end())
return *p->second;
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
const string & getName() const