Cutelee 6.1.0
Public Member Functions | Public Attributes | List of all members
Cutelee::CachingLoaderDecoratorPrivate Class Reference

Public Member Functions

 CachingLoaderDecoratorPrivate (std::shared_ptr< AbstractTemplateLoader > loader, CachingLoaderDecorator *qq)
 

Public Attributes

QHash< QString, Templatem_cache
 
const std::shared_ptr< AbstractTemplateLoaderm_wrappedLoader
 
CachingLoaderDecorator *const q_ptr
 

Detailed Description

Definition at line 26 of file cachingloaderdecorator.cpp.

Constructor & Destructor Documentation

◆ CachingLoaderDecoratorPrivate()

Cutelee::CachingLoaderDecoratorPrivate::CachingLoaderDecoratorPrivate ( std::shared_ptr< AbstractTemplateLoader loader,
CachingLoaderDecorator qq 
)
inline

Definition at line 29 of file cachingloaderdecorator.cpp.

Member Data Documentation

◆ m_cache

QHash<QString, Template> Cutelee::CachingLoaderDecoratorPrivate::m_cache
mutable

Definition at line 40 of file cachingloaderdecorator.cpp.

◆ m_wrappedLoader

const std::shared_ptr<AbstractTemplateLoader> Cutelee::CachingLoaderDecoratorPrivate::m_wrappedLoader

Definition at line 38 of file cachingloaderdecorator.cpp.

◆ q_ptr

CachingLoaderDecorator* const Cutelee::CachingLoaderDecoratorPrivate::q_ptr

Definition at line 36 of file cachingloaderdecorator.cpp.