cgma
DLIListSorter< RefFace * > Struct Template Reference

#include <RefFace.hpp>

List of all members.

Public Member Functions

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

Detailed Description

template<>
struct DLIListSorter< RefFace * >

Definition at line 542 of file RefFace.hpp.


Member Function Documentation

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

Definition at line 544 of file RefFace.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