MCPcopy Create free account
hub / github.com/apache/qpid-proton / user_data

Method user_data

cpp/src/link.cpp:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void link::user_data(void* user_data) const {
100 pn_link_t* lnk = pn_object();
101 link_context& lctx = link_context::get(lnk);
102 lctx.user_data_ = user_data;
103}
104
105void* link::user_data() const {
106 pn_link_t* lnk = pn_object();

Callers 8

on_container_startMethod · 0.45
on_messageMethod · 0.45
on_connection_openMethod · 0.45
on_sendableMethod · 0.45
on_tracker_acceptMethod · 0.45
SenderMethod · 0.45
getMethod · 0.45
unsubscribedMethod · 0.45

Calls 1

getFunction · 0.70

Tested by 5

on_container_startMethod · 0.36
on_messageMethod · 0.36
on_connection_openMethod · 0.36
on_sendableMethod · 0.36
on_tracker_acceptMethod · 0.36