cgma
DLIListSorter< ChollaSurface * > Struct Template Reference

#include <ChollaSurface.hpp>

List of all members.

Public Member Functions

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

Detailed Description

template<>
struct DLIListSorter< ChollaSurface * >

Definition at line 158 of file ChollaSurface.hpp.


Member Function Documentation

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

Definition at line 160 of file ChollaSurface.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