Qore DataProvider Module Reference 2.7.5
Loading...
Searching...
No Matches
QoreSoftIntDataType.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
3
26namespace DataProvider {
28
32
33public:
35 constructor(*hash<auto> options, *hash<auto> tags) ;
36
37};
38};
*hash< auto > tags
type tags
Definition: AbstractDataProviderType.qc.dox.h:222
describes a data type based on int types with validation for parsing strings when used with soft type...
Definition: QoreIntDataTypeBase.qc.dox.h:28
describes a data type based on softint with validation for parsing strings
Definition: QoreSoftIntDataType.qc.dox.h:31
constructor(*hash< auto > options, *hash< auto > tags)
creates the object
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:27