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

스마트 포인터 구조체 More...

#include <kernel_smartptr.h>

Public Attributes

void * ptr
 실제 메모리를 가리킴
 
int * ref_count
 참조 카운트
 
pthread_mutex_t * mutex
 뮤텍스 보호
 

Detailed Description

스마트 포인터 구조체

이 구조체는 포인터와 참조 카운트, 뮤텍스를 관리합니다.

Definition at line 44 of file kernel_smartptr.h.

Member Data Documentation

◆ mutex

pthread_mutex_t* SmartPtr::mutex

뮤텍스 보호

Definition at line 47 of file kernel_smartptr.h.

◆ ptr

void* SmartPtr::ptr

실제 메모리를 가리킴

Definition at line 45 of file kernel_smartptr.h.

◆ ref_count

int* SmartPtr::ref_count

참조 카운트

Definition at line 46 of file kernel_smartptr.h.


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