Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::StdComparer< Prioritized< X, Priority > > Class Template Reference

#include <ogdf/basic/comparer.h>

Static Public Member Functions

static bool equal (const Prioritized< X, Priority > &x, const Prioritized< X, Priority > &y)
 
static bool geq (const Prioritized< X, Priority > &x, const Prioritized< X, Priority > &y)
 
static bool greater (const Prioritized< X, Priority > &x, const Prioritized< X, Priority > &y)
 
static bool leq (const Prioritized< X, Priority > &x, const Prioritized< X, Priority > &y)
 
static bool less (const Prioritized< X, Priority > &x, const Prioritized< X, Priority > &y)
 

Detailed Description

template<class X, class Priority>
class ogdf::StdComparer< Prioritized< X, Priority > >

Definition at line 340 of file comparer.h.

Member Function Documentation

◆ equal()

template<class X , class Priority >
static bool ogdf::StdComparer< Prioritized< X, Priority > >::equal ( const Prioritized< X, Priority > &  x,
const Prioritized< X, Priority > &  y 
)
inlinestatic

Definition at line 358 of file comparer.h.

◆ geq()

template<class X , class Priority >
static bool ogdf::StdComparer< Prioritized< X, Priority > >::geq ( const Prioritized< X, Priority > &  x,
const Prioritized< X, Priority > &  y 
)
inlinestatic

Definition at line 354 of file comparer.h.

◆ greater()

template<class X , class Priority >
static bool ogdf::StdComparer< Prioritized< X, Priority > >::greater ( const Prioritized< X, Priority > &  x,
const Prioritized< X, Priority > &  y 
)
inlinestatic

Definition at line 350 of file comparer.h.

◆ leq()

template<class X , class Priority >
static bool ogdf::StdComparer< Prioritized< X, Priority > >::leq ( const Prioritized< X, Priority > &  x,
const Prioritized< X, Priority > &  y 
)
inlinestatic

Definition at line 346 of file comparer.h.

◆ less()

template<class X , class Priority >
static bool ogdf::StdComparer< Prioritized< X, Priority > >::less ( const Prioritized< X, Priority > &  x,
const Prioritized< X, Priority > &  y 
)
inlinestatic

Definition at line 342 of file comparer.h.


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