6 #ifndef _INC_cNonCopyable_H
7 #define _INC_cNonCopyable_H
34 #define NonCopyable_IMPL(_TYPE) private: _TYPE(const _TYPE&) IS_DELETE; const _TYPE& operator=(const _TYPE&) IS_DELETE;
#define GRAYCORE_LINK
Definition: GrayCore.h:47
#define NonCopyable_IMPL(_TYPE)
Definition: cNonCopyable.h:34
Definition: cNonCopyable.h:17
~cNonCopyable() noexcept
Definition: cNonCopyable.h:28
cNonCopyable() noexcept
Force the use of Factory creation via protected constructor.
Definition: cNonCopyable.h:26
< The main namespace for all Core functions.
Definition: GrayCore.cpp:14