$darkmode
Qore DataProvider Module Reference 2.7.5
QoreStringDataType.qc.dox.h
1 // -*- mode: c++; indent-tabs-mode: nil -*-
3 
26 namespace DataProvider {
29 
30 public:
32  constructor(*hash<auto> options, *hash<auto> tags) ;
33 
34 };
35 };
*hash< auto > tags
type tags
Definition: AbstractDataProviderType.qc.dox.h:222
hash< auto > options
type options
Definition: AbstractDataProviderType.qc.dox.h:219
describes a data type based on a string tyoe with a target encoding option
Definition: QoreStringDataTypeBase.qc.dox.h:36
describes a data type based on string with a target encoding
Definition: QoreStringDataType.qc.dox.h:28
constructor(*hash< auto > options, *hash< auto > tags)
creates the object with the given options
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:27