Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::StdComparer< int > Class Template Reference

#include <ogdf/basic/comparer.h>

List of all members.

Static Public Member Functions

static bool less (const int &x, const int &y)
static bool leq (const int &x, const int &y)
static bool greater (const int &x, const int &y)
static bool geq (const int &x, const int &y)
static bool equal (const int &x, const int &y)

Detailed Description

template<>
class ogdf::StdComparer< int >

Definition at line 101 of file comparer.h.


Member Function Documentation

static bool ogdf::StdComparer< int >::equal ( const int &  x,
const int &  y 
) [inline, static]

Definition at line 101 of file comparer.h.

static bool ogdf::StdComparer< int >::geq ( const int &  x,
const int &  y 
) [inline, static]

Definition at line 101 of file comparer.h.

static bool ogdf::StdComparer< int >::greater ( const int &  x,
const int &  y 
) [inline, static]

Definition at line 101 of file comparer.h.

static bool ogdf::StdComparer< int >::leq ( const int &  x,
const int &  y 
) [inline, static]

Definition at line 101 of file comparer.h.

static bool ogdf::StdComparer< int >::less ( const int &  x,
const int &  y 
) [inline, static]

Definition at line 101 of file comparer.h.


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