Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
Public Member Functions | List of all members
proteus::HashT Class Reference

#include <Hashing.hpp>

Public Member Functions

 HashT (const stable_hash HashValue)
 
 HashT (StringRef S)
 
stable_hash getValue () const
 
std::string toString () const
 
bool operator== (const HashT &Other) const
 
bool operator< (const HashT &Other) const
 

Constructor & Destructor Documentation

◆ HashT() [1/2]

proteus::HashT::HashT ( const stable_hash  HashValue)
inline

◆ HashT() [2/2]

proteus::HashT::HashT ( StringRef  S)
inline

Member Function Documentation

◆ getValue()

stable_hash proteus::HashT::getValue ( ) const
inline

◆ operator<()

bool proteus::HashT::operator< ( const HashT Other) const
inline

◆ operator==()

bool proteus::HashT::operator== ( const HashT Other) const
inline

◆ toString()

std::string proteus::HashT::toString ( ) const
inline

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