CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

csNullCacheManager Class Reference

This is a general cache that doesn't cache anything at all. More...

#include <nulcache.h>

Inheritance diagram for csNullCacheManager:

iCacheManager iBase List of all members.

Public Methods

 csNullCacheManager ()
 Does nothing. More...

virtual void SetCurrentType (const char *type)
 Does nothing. More...

virtual const char * GetCurrentType () const
 Always returns NULL. More...

virtual void SetCurrentScope (const char *scope)
 Does nothing. More...

virtual const char * GetCurrentScope () const
 Always returns NULL. More...

virtual bool CacheData (void *data, uint32 size, const char *type, const char *scope, uint32 id)
 Always returns false. More...

virtual csPtr< iDataBufferReadCache (const char *type, const char *scope, uint32 id)
 Always returns NULL. More...

virtual bool ClearCache (const char *type=NULL, const char *scope=NULL, const uint32 *id=NULL)
 Does nothing. More...


Detailed Description

This is a general cache that doesn't cache anything at all.

Definition at line 30 of file nulcache.h.


Constructor & Destructor Documentation

csNullCacheManager::csNullCacheManager  
 

Does nothing.


Member Function Documentation

virtual bool csNullCacheManager::CacheData void *    data,
uint32    size,
const char *    type,
const char *    scope,
uint32    id
[virtual]
 

Always returns false.

Implements iCacheManager.

virtual bool csNullCacheManager::ClearCache const char *    type = NULL,
const char *    scope = NULL,
const uint32   id = NULL
[virtual]
 

Does nothing.

Implements iCacheManager.

virtual const char* csNullCacheManager::GetCurrentScope   const [inline, virtual]
 

Always returns NULL.

Implements iCacheManager.

Definition at line 58 of file nulcache.h.

virtual const char* csNullCacheManager::GetCurrentType   const [inline, virtual]
 

Always returns NULL.

Implements iCacheManager.

Definition at line 50 of file nulcache.h.

virtual csPtr<iDataBuffer> csNullCacheManager::ReadCache const char *    type,
const char *    scope,
uint32    id
[virtual]
 

Always returns NULL.

Implements iCacheManager.

virtual void csNullCacheManager::SetCurrentScope const char *    scope [virtual]
 

Does nothing.

Implements iCacheManager.

virtual void csNullCacheManager::SetCurrentType const char *    type [virtual]
 

Does nothing.

Implements iCacheManager.


The documentation for this class was generated from the following file:
Generated for Crystal Space by doxygen 1.2.14