Security Scol plugin
List of all members
NotCopyable Class Reference

Ensures an object is not copyable. More...

#include <misc.h>

Inheritance diagram for NotCopyable:
FileSink FileStore Filter HMAC_DRBG< HASH, STRENGTH, SEEDLENGTH > Hash_DRBG< HASH, STRENGTH, SEEDLENGTH > RandomPool X917RNG AutoSignaling< Filter > Bufferless< Filter > CustomFlushPropagation< Filter > InputRejecting< Filter > Unflushable< Filter > EncodedObjectFilter FilterWithBufferedInput FilterWithInputQueue LowFirstBitWriter

Detailed Description

Ensures an object is not copyable.

NotCopyable ensures an object is not copyable by making the copy constructor and assignment operator private. Deleters are used under C++11.

See also
Clonable class

Definition at line 238 of file misc.h.

Constructor & Destructor Documentation

◆ NotCopyable()

NotCopyable::NotCopyable ( )
inline

Definition at line 241 of file misc.h.


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