The base class of classes that cannot be copied: compile-time errors will be issued on any copy operation. More...
#include <mrpt/utils/CUncopiable.h>

Public Member Functions | |
| CUncopiable () | |
Private Member Functions | |
| CUncopiable (const CUncopiable &) | |
| const CUncopiable & | operator= (const CUncopiable &) |
The base class of classes that cannot be copied: compile-time errors will be issued on any copy operation.
An example:
class MyFancyClass : public mrpt::utils::CUncopiable { public: ... };
Definition at line 49 of file CUncopiable.h.
| mrpt::utils::CUncopiable::CUncopiable | ( | const CUncopiable & | ) | [private] |
| mrpt::utils::CUncopiable::CUncopiable | ( | ) | [inline] |
Definition at line 55 of file CUncopiable.h.
| const CUncopiable& mrpt::utils::CUncopiable::operator= | ( | const CUncopiable & | ) | [private] |
| Page generated by Doxygen 1.6.2 for MRPT 0.8.1 SVN:exported at Mon Feb 15 22:01:07 UTC 2010 |