cmState: Move ParseCacheEntry from cmCacheManager.

This commit is contained in:
Stephen Kelly
2015-10-10 15:08:15 +02:00
parent b5212c68de
commit e2eecae205
5 changed files with 93 additions and 93 deletions

View File

@@ -242,6 +242,12 @@ public:
void RemoveCacheEntryProperty(std::string const& key,
std::string const& propertyName);
///! Break up a line like VAR:type="value" into var, type and value
static bool ParseCacheEntry(const std::string& entry,
std::string& var,
std::string& value,
CacheEntryType& type);
Snapshot Reset();
// Define a property
void DefineProperty(const std::string& name, cmProperty::ScopeType scope,