Qore DataProvider Module Reference 3.1
Loading...
Searching...
No Matches
QoreSoftUnsignedByteOrNothingDataType.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};
39};
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 QoreSoftUnsignedByteOrNothingDataType.qc.dox.h:28
constructor(*hash< auto > opts)
Creates the object.
Qore AbstractDataField class definition.
Definition AbstractDataField.qc.dox.h:27