![]() |
Yoba Perl
|
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, Scalar > | toPair () 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 |
Key-value pair.
Definition at line 17 of file hash_entry.hpp.