| 921 | void PopScope(); |
| 922 | void RaiseScope(std::string const& var, char const* value); |
| 923 | void RaiseScope(std::string const& var, cmValue value) |
| 924 | { |
| 925 | this->RaiseScope(var, value.GetCStr()); |
| 926 | } |
| 927 | void RaiseScope(std::vector<std::string> const& variables); |
| 928 | |
| 929 | // push and pop loop scopes |