Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
FileCacheDeleter Class Reference

Public Member Functions

 FileCacheDeleter (size_t size, const PAllocator &allocator)
 
void operator() (u8 *mem) const
 

Private Attributes

size_t m_size
 
PAllocator m_allocator
 

Detailed Description

Definition at line 73 of file file_cache.cpp.

Constructor & Destructor Documentation

FileCacheDeleter::FileCacheDeleter ( size_t  size,
const PAllocator allocator 
)
inline

Definition at line 76 of file file_cache.cpp.

Member Function Documentation

void FileCacheDeleter::operator() ( u8 mem) const

Definition at line 141 of file file_cache.cpp.

Member Data Documentation

PAllocator FileCacheDeleter::m_allocator
private

Definition at line 86 of file file_cache.cpp.

size_t FileCacheDeleter::m_size
private

Definition at line 85 of file file_cache.cpp.


The documentation for this class was generated from the following file: