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

kore::ServiceManager::eqstr Struct Reference

List of all members.

Public Methods

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

Member Function Documentation

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

Definition at line 194 of file servicemanager.h.

00195         {
00196             return strcmp(s1,s2) == 0;
00197         }


The documentation for this struct was generated from the following file:
Generated on Sat Feb 16 01:00:05 2002 for Korelib by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001