The Conley-Morse Graphs Software
Public Member Functions | Public Attributes | List of all members
MatchArray< CoordType, IntType >::pair2 Struct Reference

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

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 127 of file matcharr.h.

Constructor & Destructor Documentation

◆ pair2()

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

Definition at line 129 of file matcharr.h.

Member Function Documentation

◆ operator<()

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

Definition at line 132 of file matcharr.h.

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

Member Data Documentation

◆ value

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

Definition at line 131 of file matcharr.h.

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

◆ x

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

Definition at line 130 of file matcharr.h.


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