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

Method GetLineNumber

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

Source from the content-addressed store, hash-verified

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:
1220 // Set the address where the binary image is mapped

Callers 2

SymbolPropertiesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected