|
My Project
|
스마트 포인터 구조체 More...
#include <kernel_smartptr.h>
Public Attributes | |
| void * | ptr |
| 실제 메모리를 가리킴 | |
| int * | ref_count |
| 참조 카운트 | |
| pthread_mutex_t * | mutex |
| 뮤텍스 보호 | |
| pthread_mutex_t* SmartPtr::mutex |
뮤텍스 보호
Definition at line 47 of file kernel_smartptr.h.
| void* SmartPtr::ptr |
실제 메모리를 가리킴
Definition at line 45 of file kernel_smartptr.h.
| int* SmartPtr::ref_count |
참조 카운트
Definition at line 46 of file kernel_smartptr.h.