MCPcopy Create free account
hub / github.com/actor-framework/actor-framework / id

Method id

libcaf_io/caf/io/middleman.cpp:400–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398}
399
400actor_system_module::id_t middleman::id() const {
401 return actor_system_module::middleman;
402}
403
404void* middleman::subtype_ptr() {
405 return this;

Callers 15

philosopher_stateMethod · 0.45
caf_mainFunction · 0.45
initMethod · 0.45
~base_stateMethod · 0.45
make_behaviorMethod · 0.45
make_behaviorMethod · 0.45
make_behaviorMethod · 0.45
make_behaviorMethod · 0.45
finishedMethod · 0.45
waiting_testeeFunction · 0.45
multiplexed_testeeFunction · 0.45
blocking_testeeFunction · 0.45

Calls

no outgoing calls

Tested by 2

print_actor_outputMethod · 0.36
printer_forMethod · 0.36