JASSv2
Classes
allocator_cpp.h File Reference

C++11 allocator class that uses a C allocator. See here: https://msdn.microsoft.com/en-us/library/aa985953.aspx. More...

#include <stdlib.h>
#include <new>
#include <memory>
#include "asserts.h"
#include "allocator.h"
#include "allocator_pool.h"
Include dependency graph for allocator_cpp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  JASS::allocator_cpp< TYPE >
 C++ allocator based on the C allocator. More...
 

Detailed Description

C++11 allocator class that uses a C allocator. See here: https://msdn.microsoft.com/en-us/library/aa985953.aspx.

Author
Andrew Trotman