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

equal_file_ID_s Struct Reference

A structure for comparing file IDs used by tables indexed by file ID. More...

#include <types-and-constants.hh>

List of all members.

Public Methods

bool operator() (const file_ID_s &x, const file_ID_s &y) const


Detailed Description

A structure for comparing file IDs used by tables indexed by file ID.

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


Member Function Documentation

bool equal_file_ID_s::operator() const file_ID_s   x,
const file_ID_s   y
const [inline]
 

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

References file_ID_s::inode_ID, file_ID_s::major, and file_ID_s::minor.

00279                                                                  {
00280     return ((x.major == y.major) &&
00281       (x.minor == y.minor) &&
00282       (x.inode_ID == y.inode_ID));
00283   }


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