MeVisLabToolboxReference
std::less< ml::BaseContainerItem > Struct Template Reference

overwrite comparison class for BaseContainerItem More...

#include <mlBaseList.h>

List of all members.

Public Member Functions

 less (ml::BaseListSortParameters *sortParams)
 constructor
bool operator() (const ml::BaseContainerItem &x, const ml::BaseContainerItem &y) const
 comparison operator

Public Attributes

ml::BaseListSortParameters_sortParams
 sort mode

Detailed Description

template<>
struct std::less< ml::BaseContainerItem >

overwrite comparison class for BaseContainerItem

Definition at line 230 of file mlBaseList.h.


Constructor & Destructor Documentation

std::less< ml::BaseContainerItem >::less ( ml::BaseListSortParameters sortParams) [inline]

constructor

Definition at line 234 of file mlBaseList.h.


Member Function Documentation

bool std::less< ml::BaseContainerItem >::operator() ( const ml::BaseContainerItem x,
const ml::BaseContainerItem y 
) const [inline]

comparison operator

compare regular container items:

Definition at line 239 of file mlBaseList.h.


Member Data Documentation

sort mode

Definition at line 249 of file mlBaseList.h.


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