IODA Bundle
ColumnType.h File Reference
#include <cstdint>
#include <cstddef>
Include dependency graph for ColumnType.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  odc::api::OdbTypes< ty >
 
struct  odc::api::OdbTypes< IGNORE >
 
struct  odc::api::OdbTypes< INTEGER >
 
struct  odc::api::OdbTypes< REAL >
 
struct  odc::api::OdbTypes< STRING >
 
struct  odc::api::OdbTypes< BITFIELD >
 
struct  odc::api::OdbTypes< DOUBLE >
 

Namespaces

 odc
 
 odc::api
 

Enumerations

enum  odc::api::ColumnType {
  odc::api::IGNORE = 0 , odc::api::INTEGER = 1 , odc::api::REAL = 2 , odc::api::STRING = 3 ,
  odc::api::BITFIELD = 4 , odc::api::DOUBLE = 5
}
 

Variables

constexpr int odc::api::NUM_TYPES = 6