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

Function to_string

cpp/src/transfer.cpp:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48enum transfer::state transfer::state() const { return static_cast<enum state>(pn_delivery_remote_state(pn_object())); }
49
50std::string to_string(enum transfer::state s) { return pn_disposition_type_name(s); }
51std::ostream& operator<<(std::ostream& o, const enum transfer::state s) { return o << to_string(s); }
52
53void transfer::user_data(void* user_data) const {

Callers 1

transfer.cppFile · 0.70

Calls 1

pn_disposition_type_nameFunction · 0.85

Tested by

no test coverage detected