My Project
Loading...
Searching...
No Matches
SharedPtr Struct Reference

공유 스마트 포인터 More...

#include <kernel_uniqueptr.h>

Public Attributes

void * ptr
 실제 메모리
 
int * ref_count
 참조 카운트
 
pthread_mutex_t * mutex
 뮤텍스
 
void(* deleter )(void *)
 소멸자 함수
 

Detailed Description

공유 스마트 포인터

Definition at line 47 of file kernel_uniqueptr.h.

Member Data Documentation

◆ deleter

void(* SharedPtr::deleter) (void *)

소멸자 함수

Definition at line 51 of file kernel_uniqueptr.h.

◆ mutex

pthread_mutex_t* SharedPtr::mutex

뮤텍스

Definition at line 50 of file kernel_uniqueptr.h.

◆ ptr

void* SharedPtr::ptr

실제 메모리

Definition at line 48 of file kernel_uniqueptr.h.

◆ ref_count

int* SharedPtr::ref_count

참조 카운트

Definition at line 49 of file kernel_uniqueptr.h.


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