libzypp  15.28.6
NonCopyable.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------------\
2 | ____ _ __ __ ___ |
3 | |__ / \ / / . \ . \ |
4 | / / \ V /| _/ _/ |
5 | / /__ | | | | | | |
6 | /_____||_| |_| |_| |
7 | |
8 \---------------------------------------------------------------------*/
11 #ifndef ZYPP_BASE_NONCOPYABLE_H
12 #define ZYPP_BASE_NONCOPYABLE_H
13 
14 #include <boost/noncopyable.hpp>
15 
17 namespace zypp
18 {
19  namespace base
21  {
22 
26  typedef boost::noncopyable NonCopyable;
27 
29  } // namespace base
32 } // namespace zypp
34 #endif // ZYPP_BASE_NONCOPYABLE_H
boost::noncopyable NonCopyable
Ensure derived classes cannot be copied.
Definition: NonCopyable.h:26