Qore DataProvider Module Reference 3.0
Loading...
Searching...
No Matches
QoreUnsignedByteOrNothingDataType.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
3
26namespace DataProvider {
29
30public:
32 constructor(*hash<auto> opts) ;
33
34
36 string getName();
37
38
40
46
47};
48};
describes a data type
Definition AbstractDataProviderType.qc.dox.h:139
describes a data type based on int types with validation for parsing strings when used with soft type...
Definition QoreIntDataTypeBase.qc.dox.h:28
Unsigned byte data type for ints with values from 0 - 255.
Definition QoreUnsignedByteOrNothingDataType.qc.dox.h:28
AbstractDataProviderType getSoftType()
Returns a "soft" type equivalent to the current type.
constructor(*hash< auto > opts)
Creates the object.
Qore AbstractDataField class definition.
Definition AbstractDataField.qc.dox.h:27