Qore DataProvider Module Reference  2.1.1
QoreSoftNumberDataType.qc.dox.h
1 // -*- mode: c++; indent-tabs-mode: nil -*-
3 
25 namespace DataProvider {
28 
32 
33 public:
35  constructor(*hash<auto> options, *hash<auto> tags) ;
36 
37 };
38 };
describes a data type based on softnumber with validation for parsing strings
Definition: QoreSoftNumberDataType.qc.dox.h:31
describes a data type based on number types with validation for parsing strings when used with soft t...
Definition: QoreNumberDataTypeBase.qc.dox.h:28
*hash< auto > tags
type tags
Definition: AbstractDataProviderType.qc.dox.h:118
hash< auto > options
type options
Definition: AbstractDataProviderType.qc.dox.h:115
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:27