GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A directory cache. More...
#include <gp_dir_cache.h>
Data Fields | |
enum gp_dir_cache_sort_type | sort_type |
An order the listing is sorted in. | |
struct gp_balloc_pool * | allocator |
A block allocator for the cache entries. | |
size_t | filtered |
Number of filtered items. | |
size_t | size |
The size of the cache. | |
size_t | used |
Number of used entries. | |
gp_dir_entry ** | entries |
An array of dir cache entres sorted accordingly to sort_type. | |
A directory cache.
Definition at line 55 of file gp_dir_cache.h.