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

Method subject

cpp/src/message.cpp:156–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void message::subject(const std::string &s) {
157 check(pn_message_set_subject(pn_msg(), s.c_str()));
158}
159
160std::string message::subject() const {
161 const char* s = pn_message_get_subject(pn_msg());

Callers 3

test_message_defaultsFunction · 0.45
test_message_propertiesFunction · 0.45
test_message_printFunction · 0.45

Calls 4

c_strMethod · 0.80
checkFunction · 0.70
pn_message_set_subjectFunction · 0.50
pn_message_get_subjectFunction · 0.50

Tested by 3

test_message_defaultsFunction · 0.36
test_message_propertiesFunction · 0.36
test_message_printFunction · 0.36