GobChartsWidget
1.0
|
Inheriting from this class disables copying. More...
#include <gobchartsnocopy.h>
Inheriting from this class disables copying.
Inheriting from this class disables copying via the copy constructor and assignment operator. The advantage of doing it this way (as opposed to simply implementing copy constructors and assignment operators as "private" in the child classes) is that this moves the error detection up from link time to compile time, which I prefer.
Definition at line 33 of file gobchartsnocopy.h.