|
Oxygine
1
2g game engine
|
Public Types | |
| typedef T | element_type |
Public Member Functions | |
| intrusive_ptr (const intrusive_ptr &s) | |
| template<class U > | |
| intrusive_ptr (intrusive_ptr< U > const &rhs) | |
| T * | get () const |
| T & | operator* () const |
| T * | operator-> () const |
| intrusive_ptr & | operator= (const intrusive_ptr &s) |
| intrusive_ptr & | operator= (T *ptr) |
| intrusive_ptr (T *p) | |
| bool | operator! () const |
| void | swap (intrusive_ptr &s) |
| operator bool () const | |
1.8.14