Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions
std::less< concepts::Cell * > Struct Template Reference

Specialisation of STL class less<F> for pointers to cells. More...

#include <cell.hh>

Inheritance diagram for std::less< concepts::Cell * >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

bool operator() (concepts::Cell *const &__x, concepts::Cell *const &__y) const

Detailed Description

template<>
struct std::less< concepts::Cell * >

Specialisation of STL class less<F> for pointers to cells.

Is used in std::set, so sorted iteration through a set is possible. Pointer to 0 is smaller then pointer to an actual cell.

Author:
Kersten Schmidt, 2005

Definition at line 134 of file cell.hh.


Member Function Documentation

bool std::less< concepts::Cell * >::operator() ( concepts::Cell *const &  __x,
concepts::Cell *const &  __y 
) const

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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)