ImSQL
C++ 기반 SQL 자동화 및 라이선스 관리 엔진
Loading...
Searching...
No Matches
smartptr::SharedPtr Struct Reference

수동 참조 카운트를 가지는 Smart Shared Pointer 구조체. More...

#include <smartptr.hpp>

Public Attributes

void * ptr = nullptr
 실제 데이터 포인터
 
int * ref_count = nullptr
 참조 카운트 포인터
 
std::mutex * mutex = nullptr
 참조 카운트 보호용 뮤텍스
 
void(* deleter )(void *)=default_deleter
 메모리 해제 함수
 

Detailed Description

수동 참조 카운트를 가지는 Smart Shared Pointer 구조체.


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