My Project
|
공유 스마트 포인터 More...
#include <kernel_uniqueptr.h>
Public Attributes | |
void * | ptr |
실제 메모리 | |
int * | ref_count |
참조 카운트 | |
pthread_mutex_t * | mutex |
뮤텍스 | |
void(* | deleter )(void *) |
소멸자 함수 | |
공유 스마트 포인터
Definition at line 47 of file kernel_uniqueptr.h.
void(* SharedPtr::deleter) (void *) |
소멸자 함수
Definition at line 51 of file kernel_uniqueptr.h.
pthread_mutex_t* SharedPtr::mutex |
뮤텍스
Definition at line 50 of file kernel_uniqueptr.h.
void* SharedPtr::ptr |
실제 메모리
Definition at line 48 of file kernel_uniqueptr.h.
int* SharedPtr::ref_count |
참조 카운트
Definition at line 49 of file kernel_uniqueptr.h.