djiparsetxt
Data Structures | Enumerations
FieldDatabase.hh File Reference
#include "InterpretationTable.hh"
Include dependency graph for FieldDatabase.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  FieldValue
 
class  FieldDatabase
 

Enumerations

enum  FieldType {
  IntegerByteUnsigned, IntegerByteSigned, Integer2ByteUnsigned, Integer2ByteSigned,
  Date2Byte, Integer4ByteUnsigned, Integer4ByteSigned, Version4Byte,
  Float, Double, Timestamp8ByteInSeconds, Timestamp8ByteInMilliseconds,
  String
}
 

Enumeration Type Documentation

◆ FieldType

enum FieldType
Enumerator
IntegerByteUnsigned 
IntegerByteSigned 
Integer2ByteUnsigned 
Integer2ByteSigned 
Date2Byte 
Integer4ByteUnsigned 
Integer4ByteSigned 
Version4Byte 
Float 
Double 
Timestamp8ByteInSeconds 
Timestamp8ByteInMilliseconds 
String 

Definition at line 34 of file FieldDatabase.hh.