MayaFlux
0.4.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
90
of file
Event.cpp
.
91
{
92
if
(!
m_handle
) {
93
return
nullptr
;
94
}
95
96
auto
& state_map =
m_handle
.promise().state;
97
auto
it = state_map.find(key);
98
if
(it != state_map.end()) {
99
return
&it->second;
100
}
101
return
nullptr
;
102
}
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