describes a data type
Definition AbstractDataProviderType.qc.dox.h:139
*hash< auto > tags
type tags
Definition AbstractDataProviderType.qc.dox.h:155
hash< auto > options
type options
Definition AbstractDataProviderType.qc.dox.h:152
A type that converts to UNIX timestamps in seconds to dates.
Definition SuperSoftStringDataType.qc.dox.h:30
string getShortDescription()
Returns the type's short description.
*Type getValueType()
Returns the base type for the type, if any.
auto acceptsValue(auto value)
returns the value if the value can be assigned to the type
hash< string, bool > getAcceptTypeHash(*bool simple)
Returns a hash of types accepted by this type; keys are type names.
*hash< string, AbstractDataField > getFields()
Returns the fields of the data structure; if any.
AbstractDataProviderType getOrNothingType()
Returns an "or nothing" type equivalent to the current type.
hash< string, bool > getReturnTypeHash(*bool simple)
Returns a hash of types returned by this type; keys are type names.
string getDisplayName()
Returns the type's display name.
constructor(*hash< auto > options, *hash< auto > tags)
creates the field from the argument
*AbstractDataProviderType getElementType()
Returns the subtype (for lists or hashes) if there is only one.
string getName()
Returns the type name.
static string getStringValue(auto value)
Returns the value if the value can be assigned to the type.
string getDesc()
Returns the description.
Qore AbstractDataField class definition.
Definition AbstractDataField.qc.dox.h:27
const SuperSoftStringDataType
A type that converts almost any type to a string.
Definition SuperSoftStringDataType.qc.dox.h:27