PlayRho  1.1.0
An Interactive Real-Time-Oriented C++ Physics Engine & Library
playrho::BlockDeallocator Struct Reference

Block deallocator. More...

#include <BlockAllocator.hpp>

Collaboration diagram for playrho::BlockDeallocator:
[legend]

Public Types

using size_type = BlockAllocator::size_type
 Size type.
 

Public Member Functions

constexpr BlockDeallocator (BlockAllocator *a, size_type n) noexcept
 Initializing constructor.
 
void operator() (void *p) noexcept
 Default operator.
 

Public Attributes

BlockAllocatorallocator
 Allocator pointer.
 
size_type nelem
 Number of elements.
 

Detailed Description

Block deallocator.


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