Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

bes::Collection::PtrLess Struct Reference

#include <BesCollectionUtils.h>

List of all members.

Public Member Functions

template<class PtrType>
bool operator() (PtrType ptr1, PtrType ptr2) const
template<class PtrType>
bool operator() (PtrType ptr1, PtrType ptr2) const


Member Function Documentation

template<class PtrType>
bool bes::Collection::PtrLess::operator() PtrType  ptr1,
PtrType  ptr2
const [inline]
 

00033                                                         {
00034         return (*ptr1) < (*ptr2);
00035       }

template<class PtrType>
bool bes::Collection::PtrLess::operator() PtrType  ptr1,
PtrType  ptr2
const [inline]
 

00033                                                         {
00034         return (*ptr1) < (*ptr2);
00035       }


The documentation for this struct was generated from the following files:
Generated on Wed Feb 2 19:15:15 2011 for BOSS6.5.5 by  doxygen 1.3.9.1