gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
CacheBlkVisitor Class Referenceabstract

Base class for cache block visitor, operating on the cache block base class (later subclassed for the various tag classes). More...

#include <blk.hh>

Inheritance diagram for CacheBlkVisitor:
CacheBlkIsDirtyVisitor CacheBlkVisitorWrapper

Public Member Functions

 CacheBlkVisitor ()
 
virtual ~CacheBlkVisitor ()
 
virtual bool operator() (CacheBlk &blk)=0
 

Detailed Description

Base class for cache block visitor, operating on the cache block base class (later subclassed for the various tag classes).

This visitor class is used as part of the forEachBlk interface in the tag classes.

Definition at line 397 of file blk.hh.

Constructor & Destructor Documentation

CacheBlkVisitor::CacheBlkVisitor ( )
inline

Definition at line 401 of file blk.hh.

virtual CacheBlkVisitor::~CacheBlkVisitor ( )
inlinevirtual

Definition at line 402 of file blk.hh.

Member Function Documentation

virtual bool CacheBlkVisitor::operator() ( CacheBlk blk)
pure virtual

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

Generated on Fri Jun 9 2017 13:04:04 for gem5 by doxygen 1.8.6