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

parse_utils::ltstr Struct Reference

#include <parsers.h>

List of all members.

Public Member Functions

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


Member Function Documentation

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

Definition at line 54 of file parsers.h.

00055          {   return strcmp(s1, s2) < 0; }


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