73 *hash<string, AbstractDataField>
getFields();
hash< string, bool > getAcceptTypeHash()
returns a hash of base types accepted by this type; keys are type names
string name
the name of the type
Definition: ListDataType.qc.dox.h:39
*AbstractDataProviderType getElementType()
returns the subtype (for lists or hashes) if there is only one
string getName()
returns the type name
hash< string, bool > getReturnTypeHash()
returns a hash of base types returned by this type; keys are type names
*hash< string, bool > return_type_hash
hash of base types returned by this type; keys are type names
Definition: ListDataType.qc.dox.h:48
*hash< string, AbstractDataField > getFields()
returns the fields of the data structure; if any
AbstractDataProviderType element_type
element type
Definition: ListDataType.qc.dox.h:42
*Type getValueType()
returns the base type for the type, if any
describes a data type
Definition: AbstractDataProviderType.qc.dox.h:88
*hash< string, bool > accept_type_hash
hash of base types accepted by this type; keys are type names
Definition: ListDataType.qc.dox.h:45
describes a data type based on a hash
Definition: ListDataType.qc.dox.h:34
auto acceptsValue(auto value)
returns the value if the value can be assigned to the type
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:27
init(AbstractDataProviderType element_type, bool or_nothing)
common constructor initialization
constructor()
creates the type