MayaFlux
0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
get_state_impl_raw()
void * MayaFlux::Vruta::Event::get_state_impl_raw
(
const std::string &
key
)
protected
virtual
Definition at line
87
of file
Event.cpp
.
88
{
89
if
(!
m_handle
) {
90
return
nullptr
;
91
}
92
93
auto
& state_map =
m_handle
.promise().state;
94
auto
it = state_map.find(key);
95
if
(it != state_map.end()) {
96
return
&it->second;
97
}
98
return
nullptr
;
99
}
MayaFlux::Vruta::Event::m_handle
std::coroutine_handle< promise_type > m_handle
Definition
Event.hpp:225
References
m_handle
.
MayaFlux
Vruta
Event
Generated by
1.9.8