Public Methods | |
| bool | operator() (Module *mod1, Module *mod2) const |
|
||||||||||||
|
Definition at line 73 of file modulemanager.h.
00074 {
00075 // just compare the pointers (addresses).
00076 return mod1 < mod2;
00077 }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001