cgma
DLIListSorter< RefEdge * > Struct Template Reference

#include <RefEdge.hpp>

List of all members.

Public Member Functions

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

Detailed Description

template<>
struct DLIListSorter< RefEdge * >

Definition at line 589 of file RefEdge.hpp.


Member Function Documentation

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

Definition at line 591 of file RefEdge.hpp.

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

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