MatchArray< CoordType, IntType >::pair2 Struct Reference

A small class whose objects store an IntType object and an int value. More...

List of all members.

Public Member Functions

 pair2 (IntType _x, int _value)
bool operator< (const pair2 &other) const

Public Attributes

IntType x
int value


Detailed Description

template<class CoordType, class IntType>
struct MatchArray< CoordType, IntType >::pair2

A small class whose objects store an IntType object and an int value.

The objects are compared by the value.

Definition at line 128 of file matcharr.h.


Constructor & Destructor Documentation

template<class CoordType, class IntType>
MatchArray< CoordType, IntType >::pair2::pair2 ( IntType  _x,
int  _value 
) [inline]

Definition at line 130 of file matcharr.h.


Member Function Documentation

template<class CoordType, class IntType>
bool MatchArray< CoordType, IntType >::pair2::operator< ( const pair2 other  )  const [inline]

Definition at line 133 of file matcharr.h.

References MatchArray< CoordType, IntType >::pair2::value.


Member Data Documentation

template<class CoordType, class IntType>
IntType MatchArray< CoordType, IntType >::pair2::x

Definition at line 131 of file matcharr.h.

template<class CoordType, class IntType>
int MatchArray< CoordType, IntType >::pair2::value

Definition at line 132 of file matcharr.h.

Referenced by MatchArray< CoordType, IntType >::pair2::operator<().


The documentation for this struct was generated from the following file:
Generated on Sun Mar 28 17:47:59 2010 for The Conley-Morse Graphs Software by  doxygen 1.5.3