Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <Digest.h>
Public Member Functions | |
TypedDigest ()=default | |
TypedDigest (CDigest::Type type, std::string const &value) | |
bool | Empty () const |
Public Attributes | |
CDigest::Type | type {CDigest::Type::INVALID} |
std::string | value |
|
default |
|
inline |
|
inline |
CDigest::Type KODI::UTILITY::TypedDigest::type {CDigest::Type::INVALID} |
std::string KODI::UTILITY::TypedDigest::value |