#include <mrpt/utils/CUncopiable.h>

Public Member Functions | |
| CUncopiable () | |
Private Member Functions | |
| CUncopiable (const CUncopiable &) | |
| const CUncopiable & | operator= (const CUncopiable &) |
All the derived classes must also declare a private copy constructor and operator.
Definition at line 40 of file CUncopiable.h.
| mrpt::utils::CUncopiable::CUncopiable | ( | const CUncopiable & | ) | [inline, private] |
Definition at line 43 of file CUncopiable.h.
| mrpt::utils::CUncopiable::CUncopiable | ( | ) | [inline] |
Definition at line 46 of file CUncopiable.h.
| const CUncopiable& mrpt::utils::CUncopiable::operator= | ( | const CUncopiable & | ) | [inline, private] |
Definition at line 44 of file CUncopiable.h.
| Page generated by Doxygen 1.5.8 for MRPT 0.6.5 SVN: at Thu Feb 26 02:07:47 EST 2009 |