refs #450 Added disk file saving and loading of CValueCache.

This commit is contained in:
Mathew Sutcliffe
2015-09-05 16:43:30 +01:00
parent ca9256be82
commit 54bc3f265a
5 changed files with 110 additions and 0 deletions

View File

@@ -48,6 +48,9 @@ namespace BlackMiscTest
//! Test Json serialization.
void json();
//! Test saving to and loading from files.
void saveAndLoad();
};
/*!