RefCount Class Reference

#include <VisionX/components/pointcloud_processor/EfficientRANSACPrimitiveExtractor/EfficientRANSAC/MiscLib/RefCount.h>

+ Inheritance diagram for RefCount:

Public Member Functions

unsigned int AddRef () const
 
RefCountoperator= (const RefCount &)
 
 RefCount ()
 
 RefCount (const RefCount &)
 
unsigned int Release () const
 

Protected Member Functions

virtual ~RefCount ()
 

Detailed Description

Definition at line 9 of file RefCount.h.

Constructor & Destructor Documentation

◆ RefCount() [1/2]

RefCount ( )
inline

Definition at line 25 of file RefCount.h.

◆ RefCount() [2/2]

RefCount ( const RefCount )
inline

Definition at line 29 of file RefCount.h.

◆ ~RefCount()

~RefCount ( )
protectedvirtual

Definition at line 8 of file RefCount.cpp.

Member Function Documentation

◆ AddRef()

unsigned int AddRef ( ) const
inline

Definition at line 35 of file RefCount.h.

◆ operator=()

RefCount & operator= ( const RefCount )
inline

Definition at line 61 of file RefCount.h.

◆ Release()

unsigned int Release ( ) const
inline

Definition at line 42 of file RefCount.h.

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: