Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Static Public Member Functions | Protected Member Functions | List of all members
toolbox::util::Allocator Struct Reference

#include <toolbox/util/Allocator.hpp>

Static Public Member Functions

static voidoperator new (std::size_t size)
 
static void operator delete (void *ptr, std::size_t size) noexcept
 

Protected Member Functions

 ~Allocator ()=default
 

Detailed Description

Definition at line 31 of file Allocator.hpp.

Constructor & Destructor Documentation

◆ ~Allocator()

toolbox::util::Allocator::~Allocator ( )
protecteddefault

Member Function Documentation

◆ operator new()

static void * toolbox::util::Allocator::operator new ( std::size_t  size)
inlinestatic

Definition at line 32 of file Allocator.hpp.

◆ operator delete()

static void toolbox::util::Allocator::operator delete ( void ptr,
std::size_t  size 
)
inlinestaticnoexcept

Definition at line 33 of file Allocator.hpp.


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