Qore DataProvider Module Reference 3.2.2
Loading...
Searching...
No Matches
FlexibleTypeHandlingHelper.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
3
24
26namespace DataProvider {
29
30public:
31protected:
33 *bool old;
34
35public:
36
39
40
43
44};
45};
46
47// private / internal namespace
48namespace Priv {
49thread_local *bool _flexible_type_handling;
50};
Class to enable flexible type handling in the current thread and restore the state in the destructor.
Definition FlexibleTypeHandlingHelper.qc.dox.h:28
constructor()
Sets flexible type handling.
*bool old
The old value of the flexible type handling flag.
Definition FlexibleTypeHandlingHelper.qc.dox.h:33
destructor()
Restores the old state of the flexible type handling flag.
Qore AbstractDataField class definition.
Definition AbstractDataField.qc.dox.h:27
Private definitions.
Definition AbstractDataProviderType.qc.dox.h:454