vrecko
virtual reality framework
|
#include <map>
Go to the source code of this file.
Classes | |
class | vrecko::MTLock |
Base class for multi-thread access to a single variable. More... | |
class | vrecko::MTAutoLock |
class | vrecko::MTReadWriteLock |
class | vrecko::MTReadWriteLockEx |
class | vrecko::MTTwoPrioLimitedLock |
Namespaces | |
namespace | vrecko |
Second level of space paritioning queries - detailed searching inside object. | |
Macros | |
#define | MTLOCK_IMP_EXP __declspec(dllimport) |
Typedefs | |
typedef MTLock | vrecko::MTLockSingleProcess |
Contains several classes for multi-thread locking.
#define MTLOCK_IMP_EXP __declspec(dllimport) |