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

Method GetCStr

Source/cmValue.h:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35 std::string const* Get() const noexcept { return this->Value; }
36 char const* GetCStr() const noexcept
37 {
38 return this->Value ? this->Value->c_str() : nullptr;
39 }
40
41 std::string const* operator->() const noexcept
42 {

Callers 8

GetSONameFlagMethod · 0.80
GetDefinitionMethod · 0.80
ApplyPolicyVersionMethod · 0.80
WriteCMakeContentMethod · 0.80
RaiseScopeMethod · 0.80
ProcessComponentsMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected