#include <Noncopyable.h>
Inherited by BurnThread [protected, virtual]
, icl_core::logging::FileLogOutput [protected, virtual]
, icl_core::logging::LogOutputStream [protected, virtual]
, icl_core::logging::LogOutputStream::WorkerThread [protected, virtual]
, icl_core::logging::LogStream [private]
, icl_core::logging::ScopedSemaphore [protected, virtual]
, icl_core::logging::Semaphore [protected, virtual]
, icl_core::logging::SemaphoreImpl [protected, virtual]
, icl_core::logging::SemaphoreImplDarwin [protected, virtual]
, icl_core::logging::SemaphoreImplLxrt33 [protected, virtual]
, icl_core::logging::SemaphoreImplLxrt35 [protected, virtual]
, icl_core::logging::SemaphoreImplLxrt38 [protected, virtual]
, icl_core::logging::SemaphoreImplPosix [protected, virtual]
, icl_core::logging::SemaphoreImplWin32 [protected, virtual]
, icl_core::logging::SQLiteLogOutput [protected, virtual]
, icl_core::logging::StdErrorLogOutput [protected, virtual]
, icl_core::logging::StdLogOutput [protected, virtual]
, icl_core::logging::Thread [protected, virtual]
, icl_core::logging::ThreadImpl [protected, virtual]
, icl_core::logging::ThreadImplLxrt33 [protected, virtual]
, icl_core::logging::ThreadImplPosix [protected, virtual]
, icl_core::logging::ThreadImplWin32 [protected, virtual]
, icl_core::logging::UdpLogOutput [protected, virtual]
, icl_core::thread::Mutex [protected, virtual]
, icl_core::thread::MutexImpl [protected, virtual]
, icl_core::thread::MutexImplLxrt33 [protected, virtual]
, icl_core::thread::MutexImplPosix [protected, virtual]
, icl_core::thread::MutexImplWin32 [protected, virtual]
, icl_core::thread::PeriodicThread [protected, virtual]
, icl_core::thread::PeriodicThreadImpl [protected, virtual]
, icl_core::thread::PeriodicThreadImplEmulate [protected, virtual]
, icl_core::thread::PeriodicThreadImplLxrt33 [protected, virtual]
, icl_core::thread::PeriodicThreadImplLxrt35 [protected, virtual]
, icl_core::thread::PeriodicThreadImplLxrt38 [protected, virtual]
, icl_core::thread::PeriodicThreadImplQNX [protected, virtual]
, icl_core::thread::PeriodicThreadImplTimerfd [protected, virtual]
, icl_core::thread::RWLock [protected, virtual]
, icl_core::thread::RWLockImpl [protected, virtual]
, icl_core::thread::RWLockImplLxrt33 [protected, virtual]
, icl_core::thread::RWLockImplLxrt35 [protected, virtual]
, icl_core::thread::RWLockImplLxrt38 [protected, virtual]
, icl_core::thread::RWLockImplPosix [protected, virtual]
, icl_core::thread::RWLockImplWin32 [protected, virtual]
, icl_core::thread::ScopedMutexLock [protected, virtual]
, icl_core::thread::ScopedRWLock [protected, virtual]
, icl_core::thread::Semaphore [protected, virtual]
, icl_core::thread::SemaphoreImpl [protected, virtual]
, icl_core::thread::SemaphoreImplDarwin [protected, virtual]
, icl_core::thread::SemaphoreImplLxrt33 [protected, virtual]
, icl_core::thread::SemaphoreImplLxrt35 [protected, virtual]
, icl_core::thread::SemaphoreImplLxrt38 [protected, virtual]
, icl_core::thread::SemaphoreImplPosix [protected, virtual]
, icl_core::thread::SemaphoreImplWin32 [protected, virtual]
, icl_core::thread::Thread [protected, virtual]
, icl_core::thread::ThreadImpl [protected, virtual]
, icl_core::thread::ThreadImplLxrt33 [protected, virtual]
, icl_core::thread::ThreadImplLxrt35 [protected, virtual]
, icl_core::thread::ThreadImplLxrt38 [protected, virtual]
, icl_core::thread::ThreadImplPosix [protected, virtual]
, and icl_core::thread::ThreadImplWin32 [protected, virtual]
.
Protected Member Functions | |
Noncopyable () | |
virtual | ~Noncopyable () |
Private Member Functions | |
Noncopyable (const Noncopyable &) | |
const Noncopyable & | operator= (const Noncopyable &) |
Definition at line 34 of file Noncopyable.h.
icl_core::Noncopyable::Noncopyable | ( | ) | [protected] |
Definition at line 27 of file Noncopyable.cpp.
icl_core::Noncopyable::~Noncopyable | ( | ) | [protected, virtual] |
Definition at line 31 of file Noncopyable.cpp.
icl_core::Noncopyable::Noncopyable | ( | const Noncopyable & | ) | [private] |
const Noncopyable& icl_core::Noncopyable::operator= | ( | const Noncopyable & | ) | [private] |