Flutter Engine
The Flutter Engine
|
#include <scoped_nsobject.h>
Public Member Functions | |
scoped_nsobject (NST *object=nil) | |
scoped_nsobject (const scoped_nsobject< NST > &that) | |
template<typename NSU > | |
scoped_nsobject (const scoped_nsobject< NSU > &that) | |
scoped_nsobject & | operator= (const scoped_nsobject< NST > &that) |
Public Member Functions inherited from base::scoped_nsprotocol< NST * > | |
scoped_nsprotocol (NST * object=nil) | |
scoped_nsprotocol (const scoped_nsprotocol< NST * > &that) | |
scoped_nsprotocol (const scoped_nsprotocol< NSU > &that) | |
~scoped_nsprotocol () | |
scoped_nsprotocol & | operator= (const scoped_nsprotocol< NST * > &that) |
void | reset (NST * object=nil) |
bool | operator== (NST * that) const |
bool | operator!= (NST * that) const |
operator NST * () const | |
NST * | get () const |
void | swap (scoped_nsprotocol &that) |
NST * | autorelease () |
Definition at line 112 of file scoped_nsobject.h.
|
inlineexplicit |
Definition at line 114 of file scoped_nsobject.h.
|
inline |
Definition at line 116 of file scoped_nsobject.h.
|
inline |
Definition at line 119 of file scoped_nsobject.h.
|
inline |
Definition at line 121 of file scoped_nsobject.h.