NonCopyable Mixin (CRTP). More...
#include <ReaderInterface.h>
Protected Member Functions | |
NonCopyable () | |
~NonCopyable () | |
Private Member Functions | |
NonCopyable (NonCopyable const &) | |
T & | operator= (T const &) |
NonCopyable Mixin (CRTP).
Definition at line 32 of file ReaderInterface.h.
casa::NonCopyable< T >::NonCopyable | ( | ) | [inline, protected] |
Definition at line 34 of file ReaderInterface.h.
casa::NonCopyable< T >::~NonCopyable | ( | ) | [inline, protected] |
Definition at line 36 of file ReaderInterface.h.
casa::NonCopyable< T >::NonCopyable | ( | NonCopyable< T > const & | ) | [inline, private] |
Definition at line 39 of file ReaderInterface.h.
T& casa::NonCopyable< T >::operator= | ( | T const & | ) | [inline, private] |
Definition at line 41 of file ReaderInterface.h.