Inheriting from this class forbids derived classes from being copied through an assignment operator or the copy constructor. More...
#include <AFUncopyable.h>
Protected Member Functions | |
| AFUncopyable () | |
| virtual | ~AFUncopyable () |
Inheriting from this class forbids derived classes from being copied through an assignment operator or the copy constructor.
Definition at line 43 of file AFUncopyable.h.
| AFUncopyable::AFUncopyable | ( | ) | [inline, protected] |
Definition at line 46 of file AFUncopyable.h.
| virtual AFUncopyable::~AFUncopyable | ( | ) | [inline, protected, virtual] |
Definition at line 47 of file AFUncopyable.h.
1.6.1