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

◆ all_expanses()

const std::unordered_map< std::string, std::shared_ptr< Expanse > > & MayaFlux::Nexus::Tapestry::all_expanses ( ) const
inline

Read-only view of all Expanses owned by this Tapestry.

Definition at line 83 of file Tapestry.hpp.

84 {
85 return m_expanses;
86 }
std::unordered_map< std::string, std::shared_ptr< Expanse > > m_expanses
Definition Tapestry.hpp:130

Referenced by MayaFlux::Nexus::StateEncoder::encode().

+ Here is the caller graph for this function: