C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::abi::uniform_allocator_base Struct Reference
Inheritance diagram for essence::abi::uniform_allocator_base:
essence::abi::uniform_allocator< T >

Public Member Functions

 ES_API (CPPESSENCE) uniform_allocator_base() noexcept
 
 ES_API (CPPESSENCE) uniform_allocator_base(const uniform_allocator_base &) noexcept
 
 ES_API (CPPESSENCE) uniform_allocator_base(uniform_allocator_base &&) noexcept
 
 ES_API (CPPESSENCE) ~uniform_allocator_base()
 
 ES_API (CPPESSENCE) uniform_allocator_base &operator
 
 ES_API (CPPESSENCE) uniform_allocator_base &operator
 
ES_API(CPPESSENCE) static void *allocate(std ES_API (CPPESSENCE) static void deallocate(void *ptr
 

Public Attributes

ES_API(CPPESSENCE) static void *allocate(std std::size_t size
 
ES_API(CPPESSENCE) static void *allocate(std std::size_t std::size_t alignment noexcept
 

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