MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / GetExampleBundles

Function GetExampleBundles

doc/src/tutorial/driver/main.cpp:67–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65#endif // US_BUILD_SHARED_LIBS
66
67std::vector<std::string>
68GetExampleBundles()
69{
70 std::vector<std::string> names;
71 names.push_back("eventlistener");
72 names.push_back("dictionaryservice");
73 names.push_back("frenchdictionary");
74 names.push_back("dictionaryclient");
75 names.push_back("dictionaryclient2");
76 names.push_back("dictionaryclient3");
77 names.push_back("spellcheckservice");
78 names.push_back("spellcheckclient");
79 return names;
80}
81
82int
83main(int /*argc*/, char** /*argv*/)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected