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

Method NativeString

Source/cmCMakePath.h:466–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464 return path;
465 }
466 std::string NativeString() const
467 {
468 std::string path;
469 this->GetNativePath(path);
470
471 return path;
472 }
473 std::wstring NativeWString() const
474 {
475 std::wstring path;

Callers 3

EvaluateMethod · 0.80
HandleNativePathCommandFunction · 0.80
HandleConvertCommandFunction · 0.80

Calls 1

GetNativePathMethod · 0.95

Tested by

no test coverage detected