Voxel
 All Classes Namespaces Files Functions Typedefs Enumerations Enumerator Macros Pages
synchronized_heap_base.h
1 #pragma once
2 
3 #ifndef SYNCHRONIZED_HEAP_BASE_H
4 #define SYNCHRONIZED_HEAP_BASE_H
5 
6 
7 
8 
9 namespace Synchronized {
10 
11 
12 
13 
14 /*==============================================================================
15  Heap class
16 ==============================================================================*/
17 
18 
19 template< int t_Platform >
20 struct Heap;
21 
22 
23 
24 
25 } // namespace Synchronized
26 
27 
28 
29 
30 #endif // SYNCHRONIZED_HEAP_BASE_H