MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / triplet

Class triplet

lib/tokenize.cpp:10471–10474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10469
10470namespace {
10471 struct triplet {
10472 triplet(const char* m, const char* u) : mbcs(m), unicode(u) {}
10473 std::string mbcs, unicode;
10474 };
10475
10476 const std::map<std::string, triplet> apis = {
10477 std::make_pair("_topen", triplet("open", "_wopen")),

Callers 1

tokenize.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected