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

Method GetOSDescription

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

Source from the content-addressed store, hash-verified

677}
678
679std::string SystemInformation::GetOSDescription()
680{
681 std::ostringstream oss;
682 oss << this->GetOSName() << " " << this->GetOSRelease() << " "
683 << this->GetOSVersion();
684
685 return oss.str();
686}
687
688bool SystemInformation::Is64Bits()
689{

Callers

nothing calls this directly

Calls 4

GetOSNameMethod · 0.95
GetOSReleaseMethod · 0.95
GetOSVersionMethod · 0.95
strMethod · 0.80

Tested by

no test coverage detected