ACE 8.0.5
Loading...
Searching...
No Matches
Filecache.h File Reference

Classes

class  ACE_Filecache_Handle
 Abstraction over a real file. This is meant to be the entry point into the Cached Virtual Filesystem. More...
class  ACE_Filecache
 A hash table holding the information about entry point into the Cached Virtual Filesystem. On insertion, the reference count is incremented. On destruction, reference count is decremented. More...
class  ACE_Filecache_Object
 Abstraction over a real file. This is what the Virtual Filesystem contains. This class is not intended for general consumption. Please consult a physician before attempting to use this class. More...

Typedefs

typedef ACE_Hash_Map_Manager_Ex< const ACE_TCHAR *, ACE_Filecache_Object *, ACE_Hash< const ACE_TCHAR * >, ACE_Equal_To< const ACE_TCHAR * >, ACE_Null_MutexACE_Filecache_Hash
typedef ACE_Hash_Map_Entry< const ACE_TCHAR *, ACE_Filecache_Object * > ACE_Filecache_Hash_Entry

Enumerations

enum  ACE_Filecache_Flag { ACE_NOMAP = 0 , ACE_MAPIT = 1 }

Detailed Description

Author
James Hu

Typedef Documentation

◆ ACE_Filecache_Hash

◆ ACE_Filecache_Hash_Entry

Enumeration Type Documentation

◆ ACE_Filecache_Flag

Enumerator
ACE_NOMAP 
ACE_MAPIT