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

equal_virtual_page_ID_s Struct Reference

A structure for comparing virtual page numbers used by tables indexed by virtual page number. More...

#include <types-and-constants.hh>

List of all members.

Public Methods

bool operator() (const virtual_page_ID_t x, const virtual_page_ID_t y) const


Detailed Description

A structure for comparing virtual page numbers used by tables indexed by virtual page number.

Definition at line 246 of file types-and-constants.hh.


Member Function Documentation

bool equal_virtual_page_ID_s::operator() const virtual_page_ID_t    x,
const virtual_page_ID_t    y
const [inline]
 

Definition at line 247 of file types-and-constants.hh.

00248                                         {
00249     return (x == y);
00250   }


The documentation for this struct was generated from the following file:
Generated on Fri Jan 31 10:33:38 2003 for Laplace-merge by doxygen1.3-rc2