Flutter Engine
The Flutter Engine
|
#include <scoped_nsobject.h>
Public Member Functions | |
scoped_nsobject (id object=nil) | |
scoped_nsobject (const scoped_nsobject< id > &that) | |
template<typename NSU > | |
scoped_nsobject (const scoped_nsobject< NSU > &that) | |
scoped_nsobject & | operator= (const scoped_nsobject< id > &that) |
Public Member Functions inherited from base::scoped_nsprotocol< id > | |
scoped_nsprotocol (id object=nil) | |
scoped_nsprotocol (const scoped_nsprotocol< id > &that) | |
scoped_nsprotocol (const scoped_nsprotocol< NSU > &that) | |
~scoped_nsprotocol () | |
scoped_nsprotocol & | operator= (const scoped_nsprotocol< id > &that) |
void | reset (id object=nil) |
bool | operator== (id that) const |
bool | operator!= (id that) const |
operator id () const | |
id | get () const |
void | swap (scoped_nsprotocol &that) |
id | autorelease () |
Definition at line 129 of file scoped_nsobject.h.
|
inlineexplicit |
Definition at line 131 of file scoped_nsobject.h.
|
inline |
Definition at line 133 of file scoped_nsobject.h.
|
inline |
Definition at line 136 of file scoped_nsobject.h.
|
inline |
Definition at line 138 of file scoped_nsobject.h.