Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
BIAS::UUIDsortAscending Class Reference

Helper class for ascending sort of sequential BIAS::UUID instances. More...

#include <Base/Image/UUID.hh>

Public Member Functions

bool operator() (BIAS::UUID &a, BIAS::UUID &b)
 

Detailed Description

Helper class for ascending sort of sequential BIAS::UUID instances.

Sample usage:

#include <algorithm>
std::vector<BIAS::UUID> v;
std::sort(v.begin(), v.end(), BIAS::UUIDsortAscending() );
Todo:
operator< of UUD may be inverse, TOOD: compare uuid_compare on Linux and WIN32.
Author
Jan Woetzel

Definition at line 260 of file UUID.hh.

Member Function Documentation

bool BIAS::UUIDsortAscending::operator() ( BIAS::UUID a,
BIAS::UUID b 
)
inline

Definition at line 263 of file UUID.hh.


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