Yoba Perl
HashEntry

Key-value pair. More...

Public Member Functions

 HashEntry (const HashEntry &to_copy)
 Copy constructor.
 
 HashEntry (HashEntry &&to_move)
 Move constructor.
 
Misc
std::string getKey () const
 Get key string.
 
Scalar getValue () const
 Get value.
 
std::string toString () const
 Convert to C++ string.
 
std::pair< std::string, ScalartoPair () const
 Convert to C++ pair.
 
Internals
HE * getHE () const
 Raw hash entry.
 
U32 getHashCode () const
 Internal hash code.
 

Operators

std::ostream & operator<< (std::ostream &stream, const HashEntry &entry)
 
bool operator== (const HashEntry &other) const
 
bool operator!= (const HashEntry &other) const
 

Detailed Description

Key-value pair.

Definition at line 17 of file hash_entry.hpp.


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