Resource loader thread specific data. More...
#include <kanzi/resource/resource.hpp>
Public Attributes | |
| const KzcMemoryManager * | memoryManager |
| Thread safe memory manager. More... | |
| KzuPropertyManager * | propertyManager |
| Thread specific Property manager. More... | |
| KzsThreadLock * | threadLock |
| Thread specific lock. More... | |
Resource loader thread specific data.
| const KzcMemoryManager* KzuResourceLoaderThreadContext::memoryManager |
Thread safe memory manager.
| KzuPropertyManager* KzuResourceLoaderThreadContext::propertyManager |
Thread specific Property manager.
| KzsThreadLock* KzuResourceLoaderThreadContext::threadLock |
Thread specific lock.
Needed for locking the property manager.