| 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 | }; |
no outgoing calls