Qore DataProvider Module Reference  2.0
QoreSoftBoolNoNullDataType.qc.dox.h
1 // -*- mode: c++; indent-tabs-mode: nil -*-
3 
26 namespace DataProvider {
29 
30 public:
32 protected:
33  constructor(*hash<auto> options, *hash<auto> tags)
34 public:
35  ;
36 
37 };
38 };
*hash< auto > tags
type tags
Definition: AbstractDataProviderType.qc.dox.h:118
hash< auto > options
type options
Definition: AbstractDataProviderType.qc.dox.h:115
describes a data type based on softint with validation for parsing strings
Definition: QoreBoolDataTypeBase.qc.dox.h:28
describes a data type based on softint with validation for parsing strings
Definition: QoreSoftBoolNoNullDataType.qc.dox.h:28
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:27