#include <error.h>
#include <cstddef>
#include <cstdio>
#include <cstring>
#include <ctime>
#include <vector>
#include <limits>
Go to the source code of this file.
Namespaces | |
soci | |
soci::details | |
soci::details::sqlite3 | |
Functions | |
template<typename T > | |
std::size_t | soci::details::sqlite3::get_vector_size (void *p) |
void | soci::details::sqlite3::parse_std_tm (char const *buf, std::tm &t) |
template<typename T > | |
void | soci::details::sqlite3::resize_vector (void *p, std::size_t sz) |
template<typename T > | |
T | soci::details::sqlite3::string_to_integer (char const *buf) |
template<typename T > | |
T | soci::details::sqlite3::string_to_unsigned_integer (char const *buf) |