载入中...
搜索中...
未找到
eve::cap::detail 命名空间参考
函数 | |
| void | provideRaw (const char *name, void *impl) |
| void * | queryRaw (const char *name) |
| void | revokeRaw (const char *name, void *impl) |
| void | addListenerRaw (const char *name, void *impl, int priority) |
| void | removeListenerRaw (const char *name, void *impl) |
| size_t | listenerCountRaw (const char *name) |
| void * | listenerAtRaw (const char *name, size_t index) |
| void | clearAllRaw () |
函数说明
◆ addListenerRaw()
在文件 Capability.cpp 第 55 行定义.
引用了 a, b, impl, name, priority , 以及 eve::cap::query().
被这些函数引用 eve::cap::addListener().
◆ clearAllRaw()
| void eve::cap::detail::clearAllRaw | ( | ) |
Drops every registration. Test-only; resets state between cases.
在文件 Capability.cpp 第 92 行定义.
◆ listenerAtRaw()
在文件 Capability.cpp 第 84 行定义.
引用了 name , 以及 eve::cap::query().
被这些函数引用 eve::cap::forEach(), eve::cap::forEachUntil() , 以及 eve::cap::listenerAt().
◆ listenerCountRaw()
在文件 Capability.cpp 第 77 行定义.
引用了 name , 以及 eve::cap::query().
被这些函数引用 eve::cap::forEach(), eve::cap::forEachUntil() , 以及 eve::cap::listenerCount().
◆ provideRaw()
◆ queryRaw()
◆ removeListenerRaw()
在文件 Capability.cpp 第 66 行定义.
引用了 impl, name , 以及 eve::cap::query().
被这些函数引用 eve::cap::removeListener().