Realistic 3D camera system
3D camera system components
Public Member Functions | List of all members
allocator Class Reference

#include <allocator.hpp>

Public Member Functions

 allocator ()
 
void * allocate (std::size_t n)
 
void deallocate (void *p)
 

Detailed Description

Definition at line 17 of file allocator.hpp.

Constructor & Destructor Documentation

allocator::allocator ( )
inline

Definition at line 20 of file allocator.hpp.

Member Function Documentation

void* allocator::allocate ( std::size_t  n)
inline

Definition at line 25 of file allocator.hpp.

void allocator::deallocate ( void *  p)
inline

Definition at line 33 of file allocator.hpp.


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