cgma
DLIListSorter< CubitString > Struct Template Reference

List of all members.

Public Member Functions

bool operator() (const CubitString &a, const CubitString &b)

Detailed Description

template<>
struct DLIListSorter< CubitString >

Definition at line 19 of file RefEntityName.cpp.


Member Function Documentation

bool DLIListSorter< CubitString >::operator() ( const CubitString a,
const CubitString b 
) [inline]

Definition at line 21 of file RefEntityName.cpp.

{ return a < b; }

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