EntityKeyHash: A record containing separate hashes for entity and key.
More...
#include <volatile.h>
|
uint64_t | ent_hash |
| The hash of the entity name.
|
|
uint64_t | key_hash |
| The hash of the key name.
|
|
EntityKeyHash: A record containing separate hashes for entity and key.
◆ operator==()
bool jazz_elements::EntityKeyHash::operator== |
( |
const EntityKeyHash & |
o | ) |
const |
|
inline |
Constructor for EntityKeyHash.
- Parameters
-
- Returns
- True if the two hashes are equal.
This is a requirement to sort EntityKeyHash objects.
◆ operator<()
bool jazz_elements::EntityKeyHash::operator< |
( |
const EntityKeyHash & |
o | ) |
const |
|
inline |
Constructor for EntityKeyHash.
- Parameters
-
- Returns
- True if is object is less than the other.
This is a requirement to sort EntityKeyHash objects.
The documentation for this struct was generated from the following file: