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

xmlUtil::ltstr Struct Reference

#include <DictFieldMan.h>

List of all members.

Public Methods

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


Member Function Documentation

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

Definition at line 33 of file DictFieldMan.h.

References xmlUtil::Registry.

00034     {
00035       return strcmp(s1, s2) < 0;
00036     }


The documentation for this struct was generated from the following file:
Generated on Wed Oct 16 14:02:50 2002 by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001