Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::StdComparer< bool > Class Template Reference

Generates a specialization of the standard static comparer for booleans. More...

#include <ogdf/basic/comparer.h>

List of all members.

Static Public Member Functions

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

Detailed Description

template<>
class ogdf::StdComparer< bool >

Generates a specialization of the standard static comparer for booleans.

Definition at line 106 of file comparer.h.


Member Function Documentation

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

Definition at line 112 of file comparer.h.

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

Definition at line 111 of file comparer.h.

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

Definition at line 110 of file comparer.h.

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

Definition at line 109 of file comparer.h.

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

Definition at line 108 of file comparer.h.


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