The SWORD Project  1.9.0.svnversion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SWCacher Class Reference

#include <swcacher.h>

+ Inheritance diagram for SWCacher:
+ Collaboration diagram for SWCacher:

Public Member Functions

virtual void flush ()
 
virtual long lastAccess ()
 
virtual long resourceConsumption ()
 
 SWCacher ()
 
virtual ~SWCacher ()
 

Detailed Description

used to provide an interface for objects that cache and want a standard interface for cleaning up.

Definition at line 35 of file swcacher.h.

Constructor & Destructor Documentation

SWORD_NAMESPACE_START SWCacher::SWCacher ( )

Definition at line 31 of file swcacher.cpp.

31  {
32 }
SWCacher::~SWCacher ( )
virtual

Definition at line 35 of file swcacher.cpp.

35  {
36 }

Member Function Documentation

void SWCacher::flush ( )
virtual

Reimplemented in FileMgr, zText, zText4, zCom, zCom4, and zLD.

Definition at line 39 of file swcacher.cpp.

39  {
40 }
long SWCacher::lastAccess ( )
virtual

Definition at line 46 of file swcacher.cpp.

46  {
47  return 0;
48 }
long SWCacher::resourceConsumption ( )
virtual

Reimplemented in FileMgr.

Definition at line 42 of file swcacher.cpp.

42  {
43  return 0;
44 }

The documentation for this class was generated from the following files: