|
| template<class T> |
| void | add (T value) |
| | Method allowing a value to be added to the hash calculation.
|
| Int64 | hash () const |
| | Method allowing retrieval of the hash calculated from all values passed to the add() method.
|
Definition at line 33 of file HashSuite.h.
◆ add()
template<class T>
| void Arcane::IntegerHashSuite::add |
( |
T | value | ) |
|
|
inline |
Method allowing a value to be added to the hash calculation.
- Warning
- The order in which values are provided via the method add() is important.
- Parameters
-
Definition at line 44 of file HashSuite.h.
◆ hash()
| Int64 Arcane::IntegerHashSuite::hash |
( |
| ) |
const |
|
inline |
Method allowing retrieval of the hash calculated from all values passed to the add() method.
- Returns
- The hash.
Definition at line 55 of file HashSuite.h.
The documentation for this class was generated from the following file: