Cppgres
Build Postgres extensions in C++
Loading...
Searching...
No Matches
memory.hpp File Reference
#include <concepts>
#include <memory>
#include "guard.hpp"
#include "imports.h"

Go to the source code of this file.

Classes

struct  cppgres::abstract_memory_context
 
struct  cppgres::owned_memory_context
 
struct  cppgres::memory_context
 
struct  cppgres::always_current_memory_context
 
struct  cppgres::alloc_set_memory_context
 
struct  cppgres::tracking_memory_context< C >
 
struct  cppgres::memory_context_scope< Context >
 
struct  cppgres::memory_context_allocator< T, Context >
 
struct  cppgres::pointer_gone_exception
 

Concepts

concept  cppgres::a_memory_context
 

Variables

memory_context cppgres::top_memory_context = memory_context(TopMemoryContext)