OpenRTM
1.0.0
Main Page
Namespaces
Classes
Files
File List
File Members
tmp
buildd
ros-hydro-openrtm-aist-1.1.0-13quantal-20150213-1351
src
lib
coil
include
coil
NonCopyable.h
Go to the documentation of this file.
1
// -*- C++ -*-
20
namespace
coil
21
{
49
class
NonCopyable
50
{
51
protected
:
67
NonCopyable
() {}
68
84
~NonCopyable
() {}
85
private
:
86
NonCopyable
(
const
NonCopyable
&);
87
NonCopyable
& operator=(
const
NonCopyable
&);
88
};
89
123
template
<
class
T>
124
class
NonCopyableCRTP
125
{
126
protected
:
142
NonCopyableCRTP
() {}
143
159
~NonCopyableCRTP
() {}
160
private
:
161
NonCopyableCRTP
(
const
NonCopyableCRTP
&);
162
T & operator=(
const
T &);
163
};
164
};
Generated on Fri Feb 13 2015 13:58:09 for OpenRTM by
1.8.1.2