#include <assert.h>
Go to the source code of this file.
Namespaces | |
namespace | mt |
Defines | |
#define | MT_ASSERT assert |
#define | MT_PREVENT_COPY(CLASS_NAME) |
#define MT_ASSERT assert |
Definition at line 11 of file wrap/system/multithreading/base.h.
#define MT_PREVENT_COPY | ( | CLASS_NAME | ) |
private: \ CLASS_NAME (const CLASS_NAME &); \ CLASS_NAME & operator = (const CLASS_NAME &);
Definition at line 6 of file wrap/system/multithreading/base.h.