mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
cmState: Move ParseCacheEntry from cmCacheManager.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user