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

parquetfp::eqstr Struct Reference

#include <Nets.h>

List of all members.

Public Member Functions

bool operator() (const char *s1, const char *s2) const


Member Function Documentation

bool parquetfp::eqstr::operator() const char *  s1,
const char *  s2
const [inline]
 

Definition at line 59 of file Nets.h.

00060      {
00061        return strcmp(s1, s2) == 0;
00062      }


The documentation for this struct was generated from the following file:
Generated on Mon Apr 25 01:17:57 2005 for Parquete by doxygen 1.3.2