Main MRPT website > C++ reference for MRPT 1.4.0
List of all members | Public Member Functions | Private Member Functions
mrpt::utils::CUncopiable Class Reference

Detailed Description

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 30 of file CUncopiable.h.

#include <mrpt/utils/CUncopiable.h>

Inheritance diagram for mrpt::utils::CUncopiable:
Inheritance graph

Public Member Functions

 CUncopiable ()
 

Private Member Functions

 CUncopiable (const CUncopiable &)
 
const CUncopiableoperator= (const CUncopiable &)
 

Constructor & Destructor Documentation

◆ CUncopiable() [1/2]

mrpt::utils::CUncopiable::CUncopiable ( const CUncopiable )
private

◆ CUncopiable() [2/2]

mrpt::utils::CUncopiable::CUncopiable ( )
inline

Definition at line 36 of file CUncopiable.h.

Member Function Documentation

◆ operator=()

const CUncopiable& mrpt::utils::CUncopiable::operator= ( const CUncopiable )
private
mrpt::utils::CUncopiable
The base class of classes that cannot be copied: compile-time errors will be issued on any copy opera...
Definition: CUncopiable.h:30



Page generated by Doxygen 1.8.16 for MRPT 1.4.0 SVN: at Mon Oct 14 22:32:58 UTC 2019