MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ persistent_store()

std::vector< std::shared_ptr< void > > & MayaFlux::internal::persistent_store ( )
inline

Definition at line 8 of file Persist.hpp.

9 {
10 static std::vector<std::shared_ptr<void>> s_store;
11 return s_store;
12 }

Referenced by cleanup_persistent_store(), MayaFlux::make_persistent(), MayaFlux::store(), MayaFlux::store(), and MayaFlux::store().

+ Here is the caller graph for this function: