GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
Data Fields
gp_dir_cache Struct Reference

A directory cache. More...

#include <gp_dir_cache.h>

Collaboration diagram for gp_dir_cache:
Collaboration graph
[legend]

Data Fields

enum gp_dir_cache_sort_type sort_type
 An order the listing is sorted in.
 
struct gp_balloc_poolallocator
 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.
 

Detailed Description

A directory cache.

Definition at line 55 of file gp_dir_cache.h.


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