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

@@ -121,12 +121,6 @@ public:
int GetSize() {
return static_cast<int>(this->Cache.size()); }
///! Break up a line like VAR:type="value" into var, type and value
static bool ParseEntry(const std::string& entry,
std::string& var,
std::string& value,
cmState::CacheEntryType& type);
///! Get a value from the cache given a key
const char* GetInitializedCacheValue(const std::string& key) const;