AutoRWLock Class Reference

#include <c4d_thread.h>

详细描述

Has to be embedded in a structure to be protected by AutoRWLocker .

注意
Needs the keyword mutable.
另请参阅
AutoRWLocker .

公共成员函数

  AutoRWLock ()

Private Attributes

maxon::RWSpinlock   lock
volatile UInt32   threadid

Friends

class  AutoRWLocker

构造函数 & 析构函数文档编制

◆  AutoRWLock()

AutoRWLock ( )

Constructor.

Friends And Related Function Documentation

◆  AutoRWLocker

friend class AutoRWLocker
friend

Member Data Documentation

◆  lock

maxon::RWSpinlock lock
private

◆  threadid

volatile UInt32 threadid
private