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

Method Macro

externals/simplecpp/simplecpp.cpp:1516–1516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1514 class Macro {
1515 public:
1516 explicit Macro(std::vector<std::string> &f) : nameTokDef(nullptr), valueToken(nullptr), endToken(nullptr), files(f), tokenListDefine(f), variadic(false), variadicOpt(false), valueDefinedInCode_(false) {}
1517
1518 /**
1519 * @throws std::runtime_error thrown on bad macro syntax

Callers

nothing calls this directly

Calls 5

readfileMethod · 0.80
samelineFunction · 0.70
strMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected