Monero
Protected Member Functions | Private Member Functions | List of all members
el::base::NoCopy Class Reference

Internal helper class that prevent copy constructor for class. More...

#include <easylogging++.h>

Inheritance diagram for el::base::NoCopy:
Inheritance graph
[legend]

Protected Member Functions

 NoCopy (void)
 

Private Member Functions

 NoCopy (const NoCopy &)
 
NoCopyoperator= (const NoCopy &)
 

Detailed Description

Internal helper class that prevent copy constructor for class.

When using this class simply inherit it privately

Constructor & Destructor Documentation

◆ NoCopy() [1/2]

el::base::NoCopy::NoCopy ( void  )
inlineprotected

◆ NoCopy() [2/2]

el::base::NoCopy::NoCopy ( const NoCopy )
private

Member Function Documentation

◆ operator=()

NoCopy& el::base::NoCopy::operator= ( const NoCopy )
private

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