42 hash<string, AbstractDataField>
fields;
77 *hash<string, AbstractDataField>
getFields();
string getName()
returns the type name
addField(AbstractDataField field)
adds a field to the type
auto acceptsValue(auto value)
returns the value if the value can be assigned to the type
string name
the name of the type
Definition: HashDataType.qc.dox.h:39
AbstractDataProviderType getSoftType()
returns a "soft" type equivalent to the current type
hash< auto > options
type options
Definition: AbstractDataProviderType.qc.dox.h:169
describes a data type
Definition: AbstractDataProviderType.qc.dox.h:161
describes a data type based on a hash
Definition: HashDataType.qc.dox.h:34
describes a data type based on a hashdecl
Definition: AbstractDataField.qc.dox.h:49
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:32
hash< string, AbstractDataField > fields
fields
Definition: HashDataType.qc.dox.h:42
*hash< string, AbstractDataField > getFields()
returns the fields of the data structure; if any
*AbstractDataField getField(string name)
returns the given field, if present, or NOTHING if not
describes a data type based on a Qore data type
Definition: QoreDataType.qc.dox.h:37
constructor()
creates the type