Qore DataProvider Module Reference
1.0.3
QoreSoftFloatDataType.qc.dox.h
1
// -*- mode: c++; indent-tabs-mode: nil -*-
3
25
// assume local scope for variables, do not use "$" signs
26
// require type definitions everywhere
28
// enable all warnings
29
30
32
namespace
DataProvider
{
34
37
class
QoreSoftFloatDataType
:
public
QoreFloatDataTypeBase
{
38
39
public
:
41
constructor
(*hash<auto>
options
) ;
42
43
};
44
};
DataProvider
Qore AbstractDataField class definition.
Definition:
AbstractDataField.qc.dox.h:32
DataProvider::QoreFloatDataTypeBase
describes a data type based on softnumber with validation for parsing strings
Definition:
QoreFloatDataTypeBase.qc.dox.h:34
DataProvider::QoreSoftFloatDataType::constructor
constructor(*hash< auto > options)
creates the object
DataProvider::QoreSoftFloatDataType
describes a data type based on softfloat with validation for parsing strings
Definition:
QoreSoftFloatDataType.qc.dox.h:37
DataProvider::AbstractDataProviderType::options
hash< auto > options
type options
Definition:
AbstractDataProviderType.qc.dox.h:103