Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

Edge Class Reference

This struct represent an edge. More...

#include <Edge.hpp>

List of all members.

Public Member Functions

 Edge ()
 Edge (item_t label, void *subtrie)
bool operator< (const item_t other_label) const
bool operator> (const item_t other_label) const
bool operator== (const item_t other_label) const


Detailed Description

This struct represent an edge.

An edge has a label, and an edge points to a subtrie.

Definition at line 25 of file Edge.hpp.


Constructor & Destructor Documentation

Edge::Edge  )  [inline]
 

Definition at line 28 of file Edge.hpp.

Edge::Edge item_t  label,
void *  subtrie
[inline]
 

Definition at line 29 of file Edge.hpp.


Member Function Documentation

bool Edge::operator< const item_t  other_label  )  const [inline]
 

Definition at line 32 of file Edge.hpp.

bool Edge::operator== const item_t  other_label  )  const [inline]
 

Definition at line 41 of file Edge.hpp.

bool Edge::operator> const item_t  other_label  )  const [inline]
 

Definition at line 36 of file Edge.hpp.


The documentation for this class was generated from the following file:
Generated on Sun Sep 17 17:55:17 2006 for FIM environment by  doxygen 1.4.4