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

Method NativeWString

Source/cmCMakePath.h:473–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471 return path;
472 }
473 std::wstring NativeWString() const
474 {
475 std::wstring path;
476 this->GetNativePath(path);
477
478 return path;
479 }
480 std::string GenericString() const { return this->Path.generic_string(); }
481 std::wstring GenericWString() const { return this->Path.generic_wstring(); }
482

Callers

nothing calls this directly

Calls 1

GetNativePathMethod · 0.95

Tested by

no test coverage detected