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

Method ConditionalGroup

lib/importproject.cpp:592–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590
591 struct ConditionalGroup {
592 explicit ConditionalGroup(const tinyxml2::XMLElement *idg){
593 const char *condAttr = idg->Attribute("Condition");
594 if (condAttr)
595 mCondition = condAttr;
596 }
597
598 static void replaceAll(std::string &c, const std::string &from, const std::string &to) {
599 std::string::size_type pos;

Callers

nothing calls this directly

Calls 1

AttributeMethod · 0.80

Tested by

no test coverage detected