 |
Qore DataProvider Module Reference
1.0
|
73 *hash<string, AbstractDataField>
getFields();
init(AbstractDataProviderType element_type, bool or_nothing)
common constructor initialization
string getName()
returns the type name
describes a data type
Definition: AbstractDataProviderType.qc.dox.h:161
*hash< string, bool > return_type_hash
hash of base types returned by this type; keys are type names
Definition: ListDataType.qc.dox.h:48
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:32
hash< string, bool > getAcceptTypeHash()
returns a hash of base types accepted by this type; keys are type names
*hash< string, AbstractDataField > getFields()
returns the fields of the data structure; if any
AbstractDataProviderType element_type
element type
Definition: ListDataType.qc.dox.h:42
hash< string, bool > getReturnTypeHash()
returns a hash of base types returned by this type; keys are type names
describes a data type based on a hash
Definition: ListDataType.qc.dox.h:34
*AbstractDataProviderType getElementType()
returns the subtype (for lists or hashes) if there is only one
*Type getValueType()
returns the base type for the type, if any
constructor()
creates the type
string name
the name of the type
Definition: ListDataType.qc.dox.h:39
*hash< string, bool > accept_type_hash
hash of base types accepted by this type; keys are type names
Definition: ListDataType.qc.dox.h:45