Qore DataProvider Module Reference 2.7.5
Loading...
Searching...
No Matches
QoreBoolDataTypeBase.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
3
26namespace DataProvider {
29
30public:
32
34protected:
35 constructor(Type type, *hash<auto> options, *hash<auto> tags) ;
36public:
37
38
40
46 auto acceptsValue(auto value);
47
48
50
53
54};
55};
describes a data type
Definition: AbstractDataProviderType.qc.dox.h:206
*hash< auto > tags
type tags
Definition: AbstractDataProviderType.qc.dox.h:222
hash< auto > options
type options
Definition: AbstractDataProviderType.qc.dox.h:219
describes a data type based on softint with validation for parsing strings
Definition: QoreBoolDataTypeBase.qc.dox.h:28
auto acceptsValue(auto value)
returns the value if the value can be assigned to the type
constructor(Type type, *hash< auto > options, *hash< auto > tags)
creates the object
AbstractDataProviderType getSoftType()
returns a "soft" type equivalent to the current type
describes a data type based on a Qore data type
Definition: QoreDataType.qc.dox.h:31
Type type
the Qore type
Definition: QoreDataType.qc.dox.h:36
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:27