PlayRho  2.0.0
An interactive physics engine & library.
BlockAllocator.hpp File Reference

Definition of the BlockAllocator class and closely related code. More...

#include <cstdlib>
#include <iterator>
Include dependency graph for BlockAllocator.hpp:

Classes

class  playrho::BlockAllocator
 
struct  playrho::BlockDeallocator
 Block deallocator. More...
 

Namespaces

 playrho
 

Functions

bool playrho::operator!= (const BlockAllocator &a, const BlockAllocator &b)
 BlockAllocator inequality operator.
 
bool playrho::operator== (const BlockAllocator &a, const BlockAllocator &b)
 BlockAllocator equality operator.
 

Detailed Description

Definition of the BlockAllocator class and closely related code.