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

Method SetIgnoreEmptyStringEntries

Source/cmDebuggerVariables.h:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 void SetValue(std::string const& value) noexcept { this->Value = value; }
109 void AddSubVariables(std::shared_ptr<cmDebuggerVariables> const& variables);
110 void SetIgnoreEmptyStringEntries(bool value) noexcept
111 {
112 this->IgnoreEmptyStringEntries = value;
113 }
114 void SetEnableSorting(bool value) noexcept { this->EnableSorting = value; }
115 virtual ~cmDebuggerVariables();
116};

Callers 2

CreateIfAnyMethod · 0.80

Calls

no outgoing calls

Tested by 1