Qore DataProvider Module Reference
1.0.4
QoreBinaryOrNothingDataType.qc.dox.h
1
// -*- mode: c++; indent-tabs-mode: nil -*-
3
25
namespace
DataProvider
{
28
class
QoreBinaryOrNothingDataType
:
public
QoreBinaryDataTypeBase
{
29
30
public
:
32
constructor
(*hash<auto>
options
) ;
33
34
};
35
};
DataProvider::QoreBinaryOrNothingDataType::constructor
constructor(*hash< auto > options)
creates the object
DataProvider
Qore AbstractDataField class definition.
Definition:
AbstractDataField.qc.dox.h:32
DataProvider::QoreBinaryOrNothingDataType
describes a data type based on *binary
Definition:
QoreBinaryOrNothingDataType.qc.dox.h:28
DataProvider::AbstractDataProviderType::options
hash< auto > options
type options
Definition:
AbstractDataProviderType.qc.dox.h:103
DataProvider::QoreBinaryDataTypeBase
describes a data type based on binary types with validation for parsing strings when used with soft t...
Definition:
QoreBinaryDataTypeBase.qc.dox.h:28