|
The Micro C++ Library
|
The NonCopyable class makes the Copy-Constructor and the Assignment-Operator private. More...
#include <micxx/traits/NonCopyable.hxx>
Inherited by micxx::File [private], micxx::Log [private], micxx::Mutex [private], micxx::SCMHandle [private], micxx::Service [private], micxx::StreamReader [private], micxx::Synchronized [private], and micxx::Win32SDK [private].
Protected Member Functions | |
| NonCopyable () | |
| virtual | ~NonCopyable () |
| The NonCopyable destructor. | |
The NonCopyable class makes the Copy-Constructor and the Assignment-Operator private.
| micxx::traits::NonCopyable::NonCopyable | ( | ) | [inline, protected] |
{}
| virtual micxx::traits::NonCopyable::~NonCopyable | ( | ) | [inline, protected, virtual] |
The NonCopyable destructor.
{}