cgma
DLIListSorter< ChollaVolume * > Struct Template Reference

#include <ChollaVolume.hpp>

List of all members.

Public Member Functions

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

Detailed Description

template<>
struct DLIListSorter< ChollaVolume * >

Definition at line 52 of file ChollaVolume.hpp.


Member Function Documentation

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

Definition at line 54 of file ChollaVolume.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