|
◆ tinstant_parse()
TInstant * tinstant_parse |
( |
const char ** |
str, |
|
|
meosType |
temptype, |
|
|
bool |
end, |
|
|
bool |
make |
|
) |
| |
Parse a temporal instant value from the buffer.
- Parameters
-
[in] | str | Input string |
[in] | temptype | Temporal type |
[in] | end | Set to true when reading a single instant to ensure there is no more input after the instant |
[in] | make | Set to false for the first pass to do not create the instant |
|