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

parquetfp::ltstr Struct Reference

#include <FPcommon.h>

List of all members.

Public Member Functions

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


Member Function Documentation

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

Definition at line 61 of file FPcommon.h.

00062          {
00063             return strcmp(s1, s2) < 0;
00064          }


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