Detail namespace of the open object store. More...
Classes | |
| class | basic_query |
| Base class for all query implementations. More... | |
| class | identifier_binder |
| struct | relation_endpoint |
| class | relation_endpoint_value_inserter |
| class | relation_endpoint_value_remover |
Functions | |
| char * | strptime (const char *buf, const char *fmt, struct tm *tm) |
| Convert a string representation of time to a time tm structure. | |
Detail namespace of the open object store.
This is the namespace where for all function, classes and other code which is not necessary to be public should go.
| char * matador::detail::strptime | ( | const char * | buf, |
| const char * | fmt, | ||
| struct tm * | tm | ||
| ) |
Convert a string representation of time to a time tm structure.
| buf | The string buffer with the time representation |
| fmt | The time format string |
| tm | The tm struct to fill |