#include <field-reader-analyzer.h>
Public Methods | |
FieldReaderAnalyzer () | |
FieldReaderAnalyzer (Reader &) | |
~FieldReaderAnalyzer () | |
bool | reset (Reader &) |
bool | isField () const |
int | whatType () const |
string | implDetail () const |
integer | cardinality () const |
template<class FunctorType, class DSType> void * | makeField (FunctorType &, DSType &) const |
template<class FunctorType> void * | makeField (FunctorType &) const |
Static Public Attributes | |
const int | Finite = 0 |
const int | FiniteExtended = 1 |
const int | Rational = 2 |
const int | Real = 3 |
const int | Integer = 4 |
const int | Unknown = 5 |
const int | NotField = -1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|