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

equal_context_ID_s Struct Reference

A structure for comparing context IDs used by tables indexed by context. More...

#include <types-and-constants.hh>

List of all members.

Public Methods

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


Detailed Description

A structure for comparing context IDs used by tables indexed by context.

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


Member Function Documentation

bool equal_context_ID_s::operator() const context_ID_t    x,
const context_ID_t    y
const [inline]
 

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

00271                                                                      {
00272     return (x == y);
00273   }


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