#include <component_v2.h>
Definition at line 36 of file component_v2.h.
◆ ~ActiveComponentV2()
flutter_runner::ActiveComponentV2::~ActiveComponentV2 |
( |
| ) |
|
|
default |
◆ operator=()
Definition at line 40 of file component_v2.h.
40 {
41 if (this != &other) {
43 this->
component.reset(other.component.release());
44 }
45 return *this;
46 }
std::unique_ptr< fml::Thread > platform_thread
std::unique_ptr< ComponentV2 > component
◆ component
std::unique_ptr<ComponentV2> flutter_runner::ActiveComponentV2::component |
◆ platform_thread
std::unique_ptr<fml::Thread> flutter_runner::ActiveComponentV2::platform_thread |
The documentation for this struct was generated from the following file: