ランタイム
Mix::Reference Class Reference

リファレンスクラス More...

#include <Reference.h>

Inheritance diagram for Mix::Reference:

Public Member Functions

void AddRef (void)
 参照数を 1 増やします More...
 
void Release (void)
 参照数を 1 減らします More...
 
Long32 GetRefCount (void)
 参照数を取得します More...
 

Protected Member Functions

 MIX_DECLARE_ALLOCATOR ()
 
 Reference (void)
 コンストラクタ More...
 
 Reference (Long32 count)
 コンストラクタ More...
 
virtual ~Reference (void)
 デストラクタ More...
 

Detailed Description

リファレンスクラス

Constructor & Destructor Documentation

Mix::Reference::Reference ( void  )
protected

コンストラクタ

Mix::Reference::Reference ( Long32  count)
protected

コンストラクタ

Parameters
count初期の参照数
virtual Mix::Reference::~Reference ( void  )
protectedvirtual

デストラクタ

Member Function Documentation

Mix::Reference::MIX_DECLARE_ALLOCATOR ( )
protected
void Mix::Reference::AddRef ( void  )

参照数を 1 増やします

void Mix::Reference::Release ( void  )

参照数を 1 減らします

Long32 Mix::Reference::GetRefCount ( void  )

参照数を取得します

Returns
参照数を返します

The documentation for this class was generated from the following file: