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

Method SetLineNumber

Source/kwsys/SystemInformation.cxx:1216–1216  ·  view source on GitHub ↗

Description: Set/Get the line number where the symbol is defined

Source from the content-addressed store, hash-verified

1214 // Description:
1215 // Set/Get the line number where the symbol is defined
1216 void SetLineNumber(long linenumber) { this->LineNumber = linenumber; }
1217 long GetLineNumber() const { return this->LineNumber; }
1218
1219 // Description:

Callers 1

SymbolPropertiesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected