Isle
Loading...
Searching...
No Matches
ROINameComparator Struct Reference

[AI] Comparator for ROIName (C-style strings) to be used as keys in maps, using strcmp for sorting. More...

#include <viewlodlist.h>

Public Member Functions

unsigned char operator() (const ROIName &rName1, const ROIName &rName2) const
 [AI] Lexicographical comparison of two ROI names for map ordering. More...
 

Detailed Description

[AI] Comparator for ROIName (C-style strings) to be used as keys in maps, using strcmp for sorting.

Definition at line 85 of file viewlodlist.h.

Member Function Documentation

◆ operator()()

unsigned char ROINameComparator::operator() ( const ROIName rName1,
const ROIName rName2 
) const
inline

[AI] Lexicographical comparison of two ROI names for map ordering.

Parameters
rName1[AI] First ROIName to compare.
rName2[AI] Second ROIName to compare.
Returns
[AI] TRUE if rName1 > rName2, FALSE otherwise.

Definition at line 92 of file viewlodlist.h.


The documentation for this struct was generated from the following file: