libcopp 2.3.1
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Structures | Functions | Variables
strong_rc::n_spt_intrusive Namespace Reference

Data Structures

struct  intrusive_deleter
 
struct  X
 

Functions

void intrusive_ptr_add_ref (X *p)
 
void intrusive_ptr_release (X *p)
 
copp::memory::strong_rc_ptr< Xmake_shared_from_intrusive (X *p)
 
void test ()
 

Variables

int X_instances = 0
 

Function Documentation

◆ intrusive_ptr_add_ref()

void strong_rc::n_spt_intrusive::intrusive_ptr_add_ref ( X p)

Definition at line 2317 of file rc_ptr_test.cpp.

References strong_rc::n_spt_intrusive::X::count.

Referenced by make_shared_from_intrusive().

◆ intrusive_ptr_release()

void strong_rc::n_spt_intrusive::intrusive_ptr_release ( X p)

◆ make_shared_from_intrusive()

copp::memory::strong_rc_ptr< X > strong_rc::n_spt_intrusive::make_shared_from_intrusive ( X p)

Definition at line 2330 of file rc_ptr_test.cpp.

References intrusive_ptr_add_ref().

Referenced by test().

◆ test()

void strong_rc::n_spt_intrusive::test ( )

Variable Documentation

◆ X_instances

int strong_rc::n_spt_intrusive::X_instances = 0