Tree Compression with Top Trees Revisited
Public Member Functions | Static Public Member Functions | List of all members
SimpleRePair::HashCombiner Struct Reference

Combine hash values. More...

#include <RePair.h>

Public Member Functions

uint operator() (const uint leftHash, const uint rightHash) const
 Combine two hash values into a new hash. More...
 

Static Public Member Functions

static uint hash (const uint leftHash, const uint rightHash)
 Combine two hash values into a new hash. More...
 

Detailed Description

Combine hash values.

Definition at line 15 of file RePair.h.

Member Function Documentation

static uint SimpleRePair::HashCombiner::hash ( const uint  leftHash,
const uint  rightHash 
)
inlinestatic

Combine two hash values into a new hash.

Definition at line 22 of file RePair.h.

uint SimpleRePair::HashCombiner::operator() ( const uint  leftHash,
const uint  rightHash 
) const
inline

Combine two hash values into a new hash.

Definition at line 17 of file RePair.h.


The documentation for this struct was generated from the following file: