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

kore::ModuleManager::ltptr Struct Reference

List of all members.

Public Methods

bool operator() (Module *mod1, Module *mod2) const

Member Function Documentation

bool kore::ModuleManager::ltptr::operator() Module   mod1,
Module   mod2
const [inline]
 

Definition at line 73 of file modulemanager.h.

00074         {
00075             // just compare the pointers (addresses).
00076             return mod1 < mod2;
00077         }


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