This is the documentation for Enlighten.

class Geo NonCopyable

class Geo::NonCopyable

Base class for classes that are meant to be noncopyable.

Lifted from boost::noncopyable. Derive from this privately, as it isn't meaningful to hold a collection of NonCopyable* in an array.

Functions

Name Description
NonCopyable(NonCopyable &&)

Defaulted to allow move.

operator=(NonCopyable &&)

Defaulted to allow move.


Geo::NonCopyable::NonCopyable


public: NonCopyable
(
    NonCopyable &&
)


Defaulted to allow move.


NonCopyable& Geo::NonCopyable::operator=


public: NonCopyable & operator=
(
    NonCopyable &&
)


Defaulted to allow move.