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:
...
};
The base class of classes that cannot be copied: compile-time errors will be issued on any copy opera...
Definition: CUncopiable.h:31

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



Page generated by Doxygen 1.9.6 for MRPT 1.4.0 SVN: at Tue Jan 17 22:40:29 UTC 2023