Cppgres
Build Postgres extensions in C++
Loading...
Searching...
No Matches
cppgres::always_current_memory_context Struct Reference
Inheritance diagram for cppgres::always_current_memory_context:
cppgres::abstract_memory_context

Protected Member Functions

::MemoryContext _memory_context () override
 
virtual ::MemoryContext _memory_context ()=0
 

Additional Inherited Members

- Public Member Functions inherited from cppgres::abstract_memory_context
template<typename T = std::byte>
T * alloc (size_t n=1)
 
template<typename T = void>
void free (T *ptr)
 
void reset ()
 
bool operator== (abstract_memory_context &c)
 
bool operator!= (abstract_memory_context &c)
 
 operator::MemoryContext ()
 
::MemoryContextCallback * register_reset_callback (::MemoryContextCallbackFunction func, void *arg)
 
void delete_context ()
 

Member Function Documentation

◆ _memory_context()

::MemoryContext cppgres::always_current_memory_context::_memory_context ( )
inlineoverrideprotectedvirtual

The documentation for this struct was generated from the following file: