DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions
DGtal::LabelledMap< TData, L, TWord, N, M >::KeyCompare Class Reference

#include <LabelledMap.h>

Public Member Functions

 KeyCompare ()
bool operator() (Key k1, Key k2) const

Detailed Description

template<typename TData, unsigned int L, typename TWord, unsigned int N, unsigned int M>
class DGtal::LabelledMap< TData, L, TWord, N, M >::KeyCompare

Key comparator class. Always natural ordering.

Definition at line 732 of file LabelledMap.h.


Constructor & Destructor Documentation

template<typename TData, unsigned int L, typename TWord, unsigned int N, unsigned int M>
DGtal::LabelledMap< TData, L, TWord, N, M >::KeyCompare::KeyCompare ( )
inline

Definition at line 734 of file LabelledMap.h.

{}

Member Function Documentation

template<typename TData, unsigned int L, typename TWord, unsigned int N, unsigned int M>
bool DGtal::LabelledMap< TData, L, TWord, N, M >::KeyCompare::operator() ( Key  k1,
Key  k2 
) const
inline

Definition at line 735 of file LabelledMap.h.

{
return k1 < k2;
}

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