Public Methods | |
| bool | operator() (const MutableShell< T > &a, const MutableShell< T > &b) const |
|
||||||||||||||||
|
00022 {
00023 if (a->model==b->model) {
00024 return (a->getId()<b->getId());
00025 } else {
00026 return (a->model<b->model);
00027 }
00028 }
|
1.2.15