cgma
DLIListSorter< ChollaPoint * > Struct Template Reference

#include <ChollaPoint.hpp>

List of all members.

Public Member Functions

bool operator() (ChollaPoint *a, ChollaPoint *b)

Detailed Description

template<>
struct DLIListSorter< ChollaPoint * >

Definition at line 105 of file ChollaPoint.hpp.


Member Function Documentation

bool DLIListSorter< ChollaPoint * >::operator() ( ChollaPoint a,
ChollaPoint b 
) [inline]

Definition at line 107 of file ChollaPoint.hpp.

{ return a->get_id() < b->get_id(); }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines