|
Pol
Revision:cb584c9
|
Go to the source code of this file.
Classes | |
| class | ref_counted |
| class | ref_ptr< T > |
Macros | |
| #define | REFERER_PARAM(x) |
| #define | REFPTR_DEBUG 0 |
Functions | |
| template<class T > | |
| bool | operator!= (T *ptr, const ref_ptr< T > &rptr) |
| template<class T > | |
| bool | operator< (T *ptr, const ref_ptr< T > &rptr) |
| template<class T > | |
| bool | operator<= (T *ptr, const ref_ptr< T > &rptr) |
| template<class T > | |
| bool | operator== (T *ptr, const ref_ptr< T > &rptr) |
| template<class T > | |
| bool | operator> (T *ptr, const ref_ptr< T > &rptr) |
| template<class T > | |
| bool | operator>= (T *ptr, const ref_ptr< T > &rptr) |
Definition in file refptr.h.
| #define REFERER_PARAM | ( | x | ) |
Definition at line 28 of file refptr.h.
Referenced by ref_ptr< T >::add_ref(), and ref_ptr< T >::release().
| bool operator!= | ( | T * | ptr, |
| const ref_ptr< T > & | rptr | ||
| ) |
Definition at line 317 of file refptr.h.
References ref_ptr< T >::get().
Referenced by Pol::Core::ScriptDef::ScriptDef().
| bool operator< | ( | T * | ptr, |
| const ref_ptr< T > & | rptr | ||
| ) |
Definition at line 323 of file refptr.h.
Referenced by Pol::Module::EItemRefObjImp::EItemRefObjImp(), Pol::Module::ECharacterRefObjImp::operator<(), Pol::Module::EItemRefObjImp::operator<(), and Pol::Module::ECharacterRefObjImp::~ECharacterRefObjImp().
| bool operator<= | ( | T * | ptr, |
| const ref_ptr< T > & | rptr | ||
| ) |
| bool operator== | ( | T * | ptr, |
| const ref_ptr< T > & | rptr | ||
| ) |
Definition at line 311 of file refptr.h.
References ref_ptr< T >::get().
Referenced by Pol::Module::EItemRefObjImp::EItemRefObjImp(), Pol::Module::EMultiRefObjImp::EMultiRefObjImp(), Pol::Module::EUBoatRefObjImp::EUBoatRefObjImp(), Pol::Core::ScriptDef::ScriptDef(), Pol::Core::BBinaryfile::typeOfInt(), Pol::Module::ECharacterRefObjImp::~ECharacterRefObjImp(), and Pol::Module::EClientRefObjImp::~EClientRefObjImp().
| bool operator> | ( | T * | ptr, |
| const ref_ptr< T > & | rptr | ||
| ) |
Definition at line 335 of file refptr.h.
References ref_ptr< T >::get().
| bool operator>= | ( | T * | ptr, |
| const ref_ptr< T > & | rptr | ||
| ) |
Definition at line 341 of file refptr.h.
References ref_ptr< T >::get().