libpqxx
The C++ client library for PostgreSQL
Loading...
Searching...
No Matches
util.cxx File Reference
#include "pqxx-source.hxx"
#include <array>
#include <cassert>
#include <cerrno>
#include <cmath>
#include <cstdlib>
#include <cstring>
#include <new>
#include <libpq-fe.h>
#include "pqxx/internal/header-pre.hxx"
#include "pqxx/except.hxx"
#include "pqxx/internal/concat.hxx"
#include "pqxx/util.hxx"
#include "pqxx/internal/header-post.hxx"

Namespaces

namespace  pqxx
 The home of all libpqxx classes, functions, templates, etc.
namespace  pqxx::internal
 Internal items for libpqxx' own use. Do not use these yourself.
namespace  pqxx::internal::pq
 Forward declarations of libpq types as needed in libpqxx headers.

Functions

void pqxx::internal::pq::pqfreemem (void const *) noexcept
 Wrapper for PQfreemem(), with C++ linkage.