Qore DataProvider Module Reference  1.2.1
QoreStringOrNothingDataType.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 {
35 
36 public:
38  constructor(*hash<auto> options) ;
39 
40 };
41 };
describes a data type based on a string tyoe with a target encoding option
Definition: QoreStringDataTypeBase.qc.dox.h:36
hash< auto > options
type options
Definition: AbstractDataProviderType.qc.dox.h:98
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:27
describes a data type based on *string with a target encoding
Definition: QoreStringOrNothingDataType.qc.dox.h:34