voxelTerrain
 All Classes Functions Variables Typedefs Enumerations Pages
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
Definition: noncopyable.hpp:10
Definition: deadlineTimer.hpp:10