ARB
Classes | Namespaces | Macros
cache.h File Reference
#include "smartptr.h"
#include <list>
Include dependency graph for cache.h:

Go to the source code of this file.

Classes

class  cache::Cache< SMARTPTR >
 Cache for any SmartPtr type. More...
 
class  cache::CacheHandle< SMARTPTR >
 Handle for Cache entries. More...
 
class  cache::CacheEntry< SMARTPTR >
 
class  cache::Cache< SMARTPTR >
 Cache for any SmartPtr type. More...
 
class  cache::CacheHandle< SMARTPTR >
 Handle for Cache entries. More...
 

Namespaces

 cache
 

Macros

#define ca_assert(cond)   arb_assert(cond)
 
#define ca_assert_expensive(cond)
 

Macro Definition Documentation

#define ca_assert (   cond)    arb_assert(cond)
#define ca_assert_expensive (   cond)

Definition at line 27 of file cache.h.

Referenced by cache::Cache< SmartCharPtr >::entries().