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

Method Native

Source/cmCMakePath.h:459–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457 std::wstring WString() const { return this->Path.wstring(); }
458
459 string_type Native() const
460 {
461 string_type path;
462 this->GetNativePath(path);
463
464 return path;
465 }
466 std::string NativeString() const
467 {
468 std::string path;

Callers

nothing calls this directly

Calls 1

GetNativePathMethod · 0.95

Tested by

no test coverage detected