Qore DataProvider Module Reference  2.5
QoreBoolOrNothingDataType.qc.dox.h
1 // -*- mode: c++; indent-tabs-mode: nil -*-
3 
26 namespace DataProvider {
29 
30 public:
32  constructor(__7_ hash<auto> options, __7_ hash<auto> tags) ;
33 
34 };
35 };
__7_ hash< auto > tags
type tags
Definition: AbstractDataProviderType.qc.dox.h:203
hash< auto > options
type options
Definition: AbstractDataProviderType.qc.dox.h:200
describes a data type based on softint with validation for parsing strings
Definition: QoreBoolDataTypeBase.qc.dox.h:28
describes a data type based on __7_ int
Definition: QoreBoolOrNothingDataType.qc.dox.h:28
constructor(__7_ hash< auto > options, __7_ hash< auto > tags)
creates the object
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:27