Voxel
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
Generated on Thu Jun 20 2013 11:05:27 for Voxel by
1.8.1.2