MCPcopy Create free account
hub / github.com/danielaparker/jsoncons / main

Function main

examples/src/ubjson_examples.cpp:205–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205int main()
206{
207 std::cout << "\nubjson examples\n\n";
208
209 to_from_ubjson_using_basic_json();
210 std::cout << "\n";
211 to_from_ubjson_using_example_type();
212 std::cout << "\n";
213 working_with_ubjson_1();
214 std::cout << "\n";
215 working_with_ubjson_2();
216 std::cout << "\n";
217 working_with_ubjson_3();
218 std::cout << "\n";
219 working_with_ubjson_4();
220
221 std::cout << '\n';
222}
223

Callers

nothing calls this directly

Calls 6

working_with_ubjson_1Function · 0.85
working_with_ubjson_2Function · 0.85
working_with_ubjson_3Function · 0.85
working_with_ubjson_4Function · 0.85

Tested by

no test coverage detected