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

Function main

cpp/examples/encode_decode.cpp:164–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164int main(int, char**) {
165 try {
166 uniform_containers();
167 mixed_containers();
168 insert_stream_operators();
169 return 0;
170 } catch (const std::exception& e) {
171 std::cerr << std::endl << "error: " << e.what() << std::endl;
172 }
173 return 1;
174}
175
176// print_next prints the next value from values by recursively descending into complex values.
177//

Callers

nothing calls this directly

Calls 4

uniform_containersFunction · 0.85
mixed_containersFunction · 0.85
insert_stream_operatorsFunction · 0.85
whatMethod · 0.45

Tested by

no test coverage detected