#include <CeylanSmartResourceManager.h>

Public Attributes | |
| const SmartResource * | _resource |
| A pointer to the Resource itself. | |
| Uint32 | _requestCount |
| The number of times that this resource was already requested through this cache. | |
| Uint32 | _cloneCount |
| The number of times this smart resource had to be cloned. | |
| System::Size | _size |
| The size in memory of this resource. | |
Definition at line 611 of file CeylanSmartResourceManager.h.
| Uint32 Ceylan::SmartResourceManager< Key >::SmartResourceManager::CacheEntry::_cloneCount |
The number of times this smart resource had to be cloned.
Definition at line 626 of file CeylanSmartResourceManager.h.
| Uint32 Ceylan::SmartResourceManager< Key >::SmartResourceManager::CacheEntry::_requestCount |
The number of times that this resource was already requested through this cache.
Definition at line 623 of file CeylanSmartResourceManager.h.
Referenced by Ceylan::SmartResourceManager< Key >::addEntry().
| const SmartResource* Ceylan::SmartResourceManager< Key >::SmartResourceManager::CacheEntry::_resource |
A pointer to the Resource itself.
Definition at line 616 of file CeylanSmartResourceManager.h.
Referenced by Ceylan::SmartResourceManager< Key >::addEntry().
| System::Size Ceylan::SmartResourceManager< Key >::SmartResourceManager::CacheEntry::_size |
The size in memory of this resource.
Definition at line 629 of file CeylanSmartResourceManager.h.
Referenced by Ceylan::SmartResourceManager< Key >::addEntry().
1.5.8