MCPcopy Create free account
hub / github.com/Kitware/CMake / Parse

Method Parse

Source/cmCMakePathCommand.cxx:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47 template <int Advance = 2>
48 Result Parse(std::vector<std::string> const& args) const
49 {
50 this->Inputs.clear();
51
52 return this->cmArgumentParser<Result>::Parse(
53 cmMakeRange(args).advance(Advance), &this->Inputs);
54 }
55
56 std::vector<std::string> const& GetInputs() const { return this->Inputs; }
57

Callers 11

HandleSetCommandFunction · 0.45
HandleAppendCommandFunction · 0.45
HandleNormalPathCommandFunction · 0.45
HandleNativePathCommandFunction · 0.45
HandleIsPrefixCommandFunction · 0.45

Calls 3

cmMakeRangeFunction · 0.85
clearMethod · 0.45
advanceMethod · 0.45

Tested by

no test coverage detected