CrystalSpace

Public API Reference

Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

csFontCache::LRUEntry Struct Reference

An entry in the LRU list. More...

#include <csplugincommon/canvas/fontcache.h>

List of all members.

Public Attributes

GlyphCacheDatacacheData
 Cache data associated with font.
LRUEntrynext
 Next entry.
LRUEntryprev
 Previous entry.


Detailed Description

An entry in the LRU list.

Definition at line 77 of file fontcache.h.


Member Data Documentation

GlyphCacheData* csFontCache::LRUEntry::cacheData
 

Cache data associated with font.

Definition at line 85 of file fontcache.h.

LRUEntry* csFontCache::LRUEntry::next
 

Next entry.

Definition at line 80 of file fontcache.h.

LRUEntry* csFontCache::LRUEntry::prev
 

Previous entry.

Definition at line 82 of file fontcache.h.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.4.4