|
Otclient 1.0
14/8/2020
|
#include <shared_object.h>

Public Member Functions | |
| shared_object () | |
| virtual | ~shared_object () |
| void | add_ref () |
| void | dec_ref () |
| refcount_t | ref_count () |
| template<typename T > | |
| stdext::shared_object_ptr< T > | static_self_cast () |
| template<typename T > | |
| stdext::shared_object_ptr< T > | dynamic_self_cast () |
| template<typename T > | |
| stdext::shared_object_ptr< T > | const_self_cast () |
Definition at line 41 of file shared_object.h.
|
inline |
Definition at line 44 of file shared_object.h.
|
inlinevirtual |
Definition at line 45 of file shared_object.h.
|
inline |
Definition at line 46 of file shared_object.h.
|
inline |
Definition at line 52 of file shared_object.h.
|
inline |
Definition at line 47 of file shared_object.h.
|
inline |
Definition at line 51 of file shared_object.h.
|
inline |
|
inline |