#include <match.h>
Public Member Functions | |
void | set_match (int m) |
bool | operator< (const match &elem) const |
int | get_match () const |
match< T > & | add (const T &elm) |
const T & | get_elm () const |
Private Attributes | |
T | elm |
int | mtch |
|
Copies elm to the current object.
|
|
Returns a reference to the stored T object.
|
|
Returns the mapping index.
|
|
Operator < . Compares between this and elem.
|
|
Sets the index of the mapping element.
|
|
The element held by match class. |
|
An index used for mapping elm to another T element held in an indexed data structure (see kisses.h). |