Qore FixedLengthUtil Module Reference  1.5
FixedLengthReadDataProviderFactory.qc.dox.h
1 // -*- mode: c++; indent-tabs-mode: nil -*-
3 
26 namespace FixedLengthUtil {
28 class FixedLengthReadDataProviderFactory : public AbstractDataProviderFactory {
29 
30 public:
31 protected:
33  static Class cls = new Class("FixedLengthReadDataProvider");
34 
36  const FactoryInfo = ...;
37 
38 
39 public:
40 
42 
44 protected:
45  hash<DataProviderFactoryInfo> getInfoImpl();
46 public:
47 
48 
50 
52 protected:
53  hash<DataProviderInfo> getProviderInfoImpl();
54 public:
55 
56 
58 protected:
59  Class getClassImpl();
60 public:
61 
62 };
63 };
The read-only fixed-length data provider factory.
Definition: FixedLengthReadDataProviderFactory.qc.dox.h:28
hash< DataProviderInfo > getProviderInfoImpl()
Returns static provider information.
static Class cls
Data provider type info.
Definition: FixedLengthReadDataProviderFactory.qc.dox.h:33
const FactoryInfo
Factory info.
Definition: FixedLengthReadDataProviderFactory.qc.dox.h:36
hash< DataProviderFactoryInfo > getInfoImpl()
Returns static factory information without provider_info.
Class getClassImpl()
Returns the class for the data provider object.
The FixedLengthUtil namespace contains all the definitions in the FixedLengthUtil module.
Definition: FixedLengthAbstractIterator.qc.dox.h:27