ccgl::NotCopyable Class Reference

Base class for classes that cannot be copied. More...

#include <basic.h>

Inheritance diagram for ccgl::NotCopyable:
ccgl::Interface ccgl::data_raster::SubsetPositions ccgl::db_mongoc::MongoClient ccgl::db_mongoc::MongoDatabase

Public Member Functions

 NotCopyable ()
 NotCopyable implementation.
 

Detailed Description

Base class for classes that cannot be copied.

By inheriting this class you can disable copying of your classes.

class myClass: private NotCopyable {}
// or
class myClass: NotCopyable {}
NotCopyable()
NotCopyable implementation.
Definition: basic.cpp:19

The documentation for this class was generated from the following files: