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