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

#include <weak_nsobject.h>

Inheritance diagram for fml::WeakNSObject< NST >:
fml::WeakNSProtocol< NST * >

Instance Methods

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

Friends

class WeakNSObjectFactory< NST >
 

Additional Inherited Members

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

Detailed Description

Definition at line 193 of file weak_nsobject.h.

Constructor & Destructor Documentation

◆ WeakNSObject [1/2]

- (WeakNSObject< NST >):

◆ WeakNSObject [2/2]

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

Definition at line 196 of file weak_nsobject.h.

196: WeakNSProtocol<NST*>(that) {}

Method Documentation

◆ operator=

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

Definition at line 198 of file weak_nsobject.h.

198 {
200 return *this;
201 }
WeakNSProtocol & operator=(const WeakNSProtocol< NST > &that)

Friends And Related Symbol Documentation

◆ WeakNSObjectFactory< NST >

- (friend class WeakNSObjectFactory< NST >)
friend

Definition at line 198 of file weak_nsobject.h.


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