SyTen

◆ save() [1/2]

template<typename T >
std::string syten::save ( T &  t)

Save an object into a temporary file.

Generates a new filename in syten::cacheDir on-the-fly based on the current time and the address of the object.

Parameters
tobject to save
Returns
the filename whereto the object was saved.

References cacheFilename(), and save().

+ Here is the call graph for this function: