Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Filecache.h File Reference

#include "ace/pre.h"
#include "ace/Mem_Map.h"
#include "ace/Synch_T.h"
#include "ace/Hash_Map_Manager.h"
#include "ace/SString.h"
#include "ace/post.h"

Include dependency graph for Filecache.h:

Include dependency graph

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

Included by dependency graph

Compounds

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_Handle
 Abstraction over a real file. This is meant to be the entry point into the Cached Virtual Filesystem. 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_Entry<
ACE_TString, ACE_Filecache_Object *> 
ACE_Filecache_Hash_Entry
typedef ACE_Hash_Map_Manager<
ACE_TString, ACE_Filecache_Object *,
ACE_Null_Mutex
ACE_Filecache_Hash

Enumerations

enum  ACE_Filecache_Flag { ACE_NOMAP = 0, ACE_MAPIT = 1 }

Detailed Description

Filecache.h,v 4.39 2002/10/05 00:25:52 shuston Exp

Author:
James Hu

Typedef Documentation

typedef ACE_Hash_Map_Manager<ACE_TString, ACE_Filecache_Object *, ACE_Null_Mutex> ACE_Filecache_Hash
 

typedef ACE_Hash_Map_Entry<ACE_TString, ACE_Filecache_Object *> ACE_Filecache_Hash_Entry
 


Enumeration Type Documentation

enum ACE_Filecache_Flag
 

Enumeration values:
ACE_NOMAP 
ACE_MAPIT 


Generated on Wed Dec 25 18:04:31 2002 for ACE by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001