Jazz 1.25.+
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
jazz_elements::EntityKeyHash Struct Reference

EntityKeyHash: A record containing separate hashes for entity and key. More...

#include <volatile.h>

Public Member Functions

bool operator== (const EntityKeyHash &o) const
 Constructor for EntityKeyHash.
 
bool operator< (const EntityKeyHash &o) const
 Constructor for EntityKeyHash.
 

Data Fields

uint64_t ent_hash
 The hash of the entity name.
 
uint64_t key_hash
 The hash of the key name.
 

Detailed Description

EntityKeyHash: A record containing separate hashes for entity and key.

Member Function Documentation

◆ operator==()

bool jazz_elements::EntityKeyHash::operator== ( const EntityKeyHash o) const
inline

Constructor for EntityKeyHash.

Parameters
oThe other EntityKeyHash to compare with.
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
oThe other EntityKeyHash to compare with.
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: