| 459 | cm::string_view GetRootKey() const { return this->RootKey; } |
| 460 | |
| 461 | cm::string_view GetSubKey() const { return this->SubKey; } |
| 462 | cm::string_view GetValueName() const { return this->ValueName; } |
| 463 | |
| 464 | std::string const& GetExpression() const { return this->Expression; } |