#include <GA_EdgeHash.h>

Public Member Functions | |
| GA_EdgeHashT (T a, T b) | |
| GA_EdgeHashT (GA_EdgeHashT const &h) | |
| T | getA () const |
| T | getB () const |
| int | compare (const UT_Hash &a) const |
| void | copy (const UT_Hash &a) |
| unsigned | hash () const |
| UT_Hash * | copy () const |
Definition at line 31 of file GA_EdgeHash.h.
| GA_EdgeHashT< T >::GA_EdgeHashT | ( | T | a, | |
| T | b | |||
| ) | [inline] |
Definition at line 34 of file GA_EdgeHash.h.
| GA_EdgeHashT< T >::GA_EdgeHashT | ( | GA_EdgeHashT< T > const & | h | ) | [inline] |
Definition at line 35 of file GA_EdgeHash.h.
| int GA_EdgeHashT< T >::compare | ( | const UT_Hash & | a | ) | const [inline, virtual] |
| UT_Hash* GA_EdgeHashT< T >::copy | ( | ) | const [inline, virtual] |
| void GA_EdgeHashT< T >::copy | ( | const UT_Hash & | a | ) | [inline, virtual] |
| T GA_EdgeHashT< T >::getA | ( | ) | const [inline] |
Definition at line 38 of file GA_EdgeHash.h.
| T GA_EdgeHashT< T >::getB | ( | ) | const [inline] |
Definition at line 39 of file GA_EdgeHash.h.
| unsigned GA_EdgeHashT< T >::hash | ( | ) | const [inline, virtual] |
1.5.9