PGROUTING  3.2
column_info_t.h File Reference
#include <stdbool.h>
#include <stdint.h>
Include dependency graph for column_info_t.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Column_info_t
 

Enumerations

enum  expectType {
  ANY_INTEGER, ANY_NUMERICAL, TEXT, CHAR1,
  ANY_INTEGER_ARRAY
}
 

Enumeration Type Documentation

◆ expectType

enum expectType
Enumerator
ANY_INTEGER 
ANY_NUMERICAL 
TEXT 
CHAR1 
ANY_INTEGER_ARRAY 

Definition at line 39 of file column_info_t.h.

40  {
43  TEXT,
44  CHAR1,
46 } expectType;
TEXT
@ TEXT
Definition: column_info_t.h:43
ANY_INTEGER_ARRAY
@ ANY_INTEGER_ARRAY
Definition: column_info_t.h:45
expectType
expectType
Definition: column_info_t.h:39
ANY_INTEGER
@ ANY_INTEGER
Definition: column_info_t.h:41
ANY_NUMERICAL
@ ANY_NUMERICAL
Definition: column_info_t.h:42
CHAR1
@ CHAR1
Definition: column_info_t.h:44