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

equal_context_s Struct Reference

#include <Consumer.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 188 of file Consumer.hh.


Member Function Documentation

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

Definition at line 189 of file Consumer.hh.

00189                                                                      {
00190     return (x == y);
00191   }


The documentation for this struct was generated from the following file:
Generated on Sun Jan 5 16:17:46 2003 for Laplace-merge by doxygen1.3-rc2