LLVM API Documentation
#include <IntrusiveRefCntPtr.h>

Protected Member Functions | |
| RefCountedBase () | |
| void | Retain () |
| void | Release () |
Friends | |
| class | IntrusiveRefCntPtr< Derived > |
Definition at line 44 of file IntrusiveRefCntPtr.h.
| llvm::RefCountedBase< Derived >::RefCountedBase | ( | ) | [inline, protected] |
Definition at line 48 of file IntrusiveRefCntPtr.h.
| void llvm::RefCountedBase< Derived >::Retain | ( | ) | [inline, protected] |
Definition at line 50 of file IntrusiveRefCntPtr.h.
| void llvm::RefCountedBase< Derived >::Release | ( | ) | [inline, protected] |
Definition at line 51 of file IntrusiveRefCntPtr.h.
friend class IntrusiveRefCntPtr< Derived > [friend] |
Definition at line 56 of file IntrusiveRefCntPtr.h.
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.