#include <GB_EdgeHash.h>

Public Member Functions | |
| virtual | ~GB_DEdgeHash () |
| GB_DEdgeHash (int a, int b) | |
| GB_DEdgeHash (GB_Element *a, GB_Element *b) | |
| GB_DEdgeHash (GB_DEdgeHash const &h) | |
| int | compare (const UT_Hash &a) const |
| void | copy (const UT_Hash &a) |
| unsigned | hash () const |
| UT_Hash * | copy () const |
Public Attributes | |
| int | myA |
| int | myB |
Definition at line 75 of file GB_EdgeHash.h.
| virtual GB_DEdgeHash::~GB_DEdgeHash | ( | ) | [inline, virtual] |
Definition at line 78 of file GB_EdgeHash.h.
| GB_DEdgeHash::GB_DEdgeHash | ( | int | a, | |
| int | b | |||
| ) | [inline] |
Definition at line 82 of file GB_EdgeHash.h.
| GB_DEdgeHash::GB_DEdgeHash | ( | GB_Element * | a, | |
| GB_Element * | b | |||
| ) | [inline] |
Definition at line 83 of file GB_EdgeHash.h.
| GB_DEdgeHash::GB_DEdgeHash | ( | GB_DEdgeHash const & | h | ) | [inline] |
Definition at line 85 of file GB_EdgeHash.h.
| int GB_DEdgeHash::compare | ( | const UT_Hash & | a | ) | const [inline, virtual] |
| UT_Hash* GB_DEdgeHash::copy | ( | ) | const [inline, virtual] |
| void GB_DEdgeHash::copy | ( | const UT_Hash & | a | ) | [inline, virtual] |
| unsigned GB_DEdgeHash::hash | ( | ) | const [inline, virtual] |
Definition at line 80 of file GB_EdgeHash.h.
Definition at line 80 of file GB_EdgeHash.h.
1.5.9