|
| void | JSRetain (JSClassRef context) |
| |
| void | JSRelease (JSClassRef context) |
| |
| void | JSRetain (JSGlobalContextRef context) |
| |
| void | JSRelease (JSGlobalContextRef context) |
| |
| void | JSRetain (JSStringRef string) |
| |
| void | JSRelease (JSStringRef string) |
| |
| JSRetainPtr< JSClassRef > | adopt (JSClassRef) |
| |
| JSRetainPtr< JSStringRef > | adopt (JSStringRef o) |
| |
| JSRetainPtr< JSGlobalContextRef > | adopt (JSGlobalContextRef o) |
| |
| template<typename T > |
| void | swap (JSRetainPtr< T > &a, JSRetainPtr< T > &b) |
| |
| template<typename T , typename U > |
| bool | operator== (const JSRetainPtr< T > &a, const JSRetainPtr< U > &b) |
| |
| template<typename T , typename U > |
| bool | operator== (const JSRetainPtr< T > &a, U *b) |
| |
| template<typename T , typename U > |
| bool | operator== (T *a, const JSRetainPtr< U > &b) |
| |
| template<typename T , typename U > |
| bool | operator!= (const JSRetainPtr< T > &a, const JSRetainPtr< U > &b) |
| |
| template<typename T , typename U > |
| bool | operator!= (const JSRetainPtr< T > &a, U *b) |
| |
| template<typename T , typename U > |
| bool | operator!= (T *a, const JSRetainPtr< U > &b) |
| |
◆ adopt() [1/3]
◆ adopt() [2/3]
◆ adopt() [3/3]
◆ JSRelease() [1/3]
◆ JSRelease() [2/3]
◆ JSRelease() [3/3]
◆ JSRetain() [1/3]
◆ JSRetain() [2/3]
◆ JSRetain() [3/3]
◆ operator!=() [1/3]
template<typename T , typename U >
◆ operator!=() [2/3]
template<typename T , typename U >
◆ operator!=() [3/3]
template<typename T , typename U >
◆ operator==() [1/3]
template<typename T , typename U >
◆ operator==() [2/3]
template<typename T , typename U >
◆ operator==() [3/3]
template<typename T , typename U >
◆ swap()
◆ WARN_UNUSED_RETURN
| #define WARN_UNUSED_RETURN |
◆ AdoptTag
Go to the source code of this file.