voxelTerrain
Main Page
Classes
Files
Examples
File List
All
Classes
Functions
Variables
Typedefs
Enumerations
Pages
modules
core
source
blub
core
noncopyable.hpp
1
#ifndef BLUB_CORE_NONCOPYABLE_HPP
2
#define BLUB_CORE_NONCOPYABLE_HPP
3
4
#include <boost/noncopyable.hpp>
5
6
7
namespace
blub
8
{
9
10
class
noncopyable
:
public
boost::noncopyable
11
{
12
};
13
14
}
15
16
17
18
19
20
#endif // NONCOPYABLE_HPP
blub::noncopyable
Definition:
noncopyable.hpp:10
blub
Definition:
deadlineTimer.hpp:10
Generated on Sat Jan 31 2015 13:35:22 for voxelTerrain by
1.8.8