Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Instance Methods | Friends | List of all members
fml::WeakNSObject< id > Class Reference

#include <weak_nsobject.h>

Inheritance diagram for fml::WeakNSObject< id >:
fml::WeakNSProtocol< id >

Instance Methods

() - WeakNSObject
 
() - WeakNSObject
 
(WeakNSObject &) - operator=
 
- Instance Methods inherited from fml::WeakNSProtocol< id >
() - WeakNSProtocol
 
() - WeakNSProtocol
 
() - ~WeakNSProtocol
 
(void) - reset
 
(id- get
 
(WeakNSProtocol &) - operator=
 
(bool) - operator==
 
(bool) - operator!=
 
() - operator id
 

Friends

class WeakNSObjectFactory< id >
 

Additional Inherited Members

- Protected Member Functions inherited from fml::WeakNSProtocol< id >
() - WeakNSProtocol
 
(void) - CheckThreadSafety
 
- Protected Attributes inherited from fml::WeakNSProtocol< id >
RefPtr< fml::WeakContainercontainer_
 
debug::DebugThreadChecker checker_
 

Detailed Description

Definition at line 212 of file weak_nsobject.h.

Constructor & Destructor Documentation

◆ WeakNSObject [1/2]

- (WeakNSObject< id >):

◆ WeakNSObject [2/2]

- (WeakNSObject< id >): (const WeakNSObject< id > &)  that

Definition at line 215 of file weak_nsobject.h.

215: WeakNSProtocol<id>(that) {}

Method Documentation

◆ operator=

- (WeakNSObject & WeakNSObject< id >): (const WeakNSObject< id > &)  that

Definition at line 217 of file weak_nsobject.h.

217 {
219 return *this;
220 }
WeakNSProtocol & operator=(const WeakNSProtocol< NST > &that)

Friends And Related Symbol Documentation

◆ WeakNSObjectFactory< id >

- (friend class WeakNSObjectFactory< id >)
friend

Definition at line 217 of file weak_nsobject.h.


The documentation for this class was generated from the following file: