32 #ifndef __TNPOINT_PARSER_H__ 33 #define __TNPOINT_PARSER_H__
Structure to represent the common structure of temporal values of any temporal subtype.
Definition: temporal.h:241
Basic functions for temporal types of any subtype.
npoint * npoint_parse(char **str)
Parse a network point value from the buffer.
Definition: tnpoint_parser.c:49
Functions for temporal network points.
nsegment * nsegment_parse(char **str)
Parse a network segment value from the buffer.
Definition: tnpoint_parser.c:85
Temporal * tnpoint_parse(char **str, Oid basetype)