Filecache.h File Reference

#include "ace/Mem_Map.h"
#include "ace/Hash_Map_Manager_T.h"
#include "ace/Null_Mutex.h"
#include "ace/Synch_Traits.h"
#include "ace/RW_Thread_Mutex.h"
#include "ace/OS_NS_sys_stat.h"

Include dependency graph for Filecache.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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_Mutex
ACE_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

Id
Filecache.h 80826 2008-03-04 14:51:23Z wotte

Author:
James Hu

Definition in file Filecache.h.


Typedef Documentation

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_Mutex> ACE_Filecache_Hash

Definition at line 153 of file Filecache.h.

typedef ACE_Hash_Map_Entry<const ACE_TCHAR *, ACE_Filecache_Object *> ACE_Filecache_Hash_Entry

Definition at line 155 of file Filecache.h.


Enumeration Type Documentation

enum ACE_Filecache_Flag

Enumerator:
ACE_NOMAP 
ACE_MAPIT 

Definition at line 33 of file Filecache.h.

00034 {
00035   ACE_NOMAP = 0,
00036   ACE_MAPIT = 1
00037 };


Generated on Tue Feb 2 17:22:36 2010 for ACE by  doxygen 1.4.7