Kanzi 3.9.10
resource_manager.hpp File Reference

Classes

class  kanzi::ResourceManager::AcquireTask
 Load task for a group of resources. More...
 
class  kanzi::ResourceManager::FinishingQueue
 Collection of resource loading tasks that have been already been loaded by a loader thread and are waiting to be finished by the main thread. More...
 
struct  kanzi::ResourceManager::LoadTask
 Use this base class to implement the load tasks that load new resources. More...
 
class  kanzi::ResourceManager::ResourceInfoSet::ResourceInfoEntry
 Entry in the resource set. More...
 
class  kanzi::ResourceManager::ResourceInfoSet
 Use a resource information set to get visibility of the resources that are added to or removed from the ResourceManager. More...
 
class  kanzi::ResourceManager
 Use the resource manager to access and use resources in kzb files. More...
 

Namespaces

namespace  kanzi
 

Typedefs

using kanzi::ReadOnlyMemoryFilePtr
 ReadOnlyMemoryFile unique pointer type.
 
typedef shared_ptr< ResourceManagerkanzi::ResourceManagerSharedPtr
 Resource manager shared pointer type.