![]() |
MobilityDB 1.3
|
Input and output functions for static circular buffers. More...
Functions | |
char * | cbuffer_as_ewkt (const Cbuffer *cb, int maxdd) |
Return the Extended Well-Known Text (EWKT) representation of a circular buffer. More... | |
char * | cbuffer_as_hexwkb (const Cbuffer *cb, uint8_t variant, size_t *size_out) |
Return the ASCII hex-encoded Well-Known Binary (HexWKB) representation of a circular buffer. More... | |
char * | cbuffer_as_text (const Cbuffer *cb, int maxdd) |
Return the Well-Known Text (WKT) representation of a circular buffer. More... | |
uint8_t * | cbuffer_as_wkb (const Cbuffer *cb, uint8_t variant, size_t *size_out) |
Return the Well-Known Binary (WKB) representation of a circular buffer. More... | |
Cbuffer * | cbuffer_from_hexwkb (const char *hexwkb) |
Return a circular buffer from its ASCII hex-encoded Well-Known Binary (WKB) representation. More... | |
Cbuffer * | cbuffer_from_wkb (const uint8_t *wkb, size_t size) |
Return a circular buffer from its Well-Known Binary (WKB) representation. More... | |
Cbuffer * | cbuffer_in (const char *str) |
Return a circular buffer from its string representation. More... | |
char * | cbuffer_out (const Cbuffer *cb, int maxdd) |
Return the string representation of a circular buffer. More... | |
Input and output functions for static circular buffers.