voxelTerrain
Main Page
Classes
Files
Examples
File List
All
Classes
Functions
Variables
Typedefs
Enumerations
Pages
modules
core
source
blub
core
scopedPtr.hpp
1
#ifndef BLUB_CORE_SCOPEDPTR_HPP
2
#define BLUB_CORE_SCOPEDPTR_HPP
3
4
#include <memory>
5
6
7
namespace
blub
8
{
9
10
11
template
<
class
T>
12
using
scopedPointer = std::unique_ptr<T>;
13
14
15
}
16
17
18
#endif // BLUB_CORE_SCOPEDPTR_HPP
blub
Definition:
deadlineTimer.hpp:10
Generated on Sat Jan 31 2015 13:35:22 for voxelTerrain by
1.8.8