Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI::UTILITY::TypedDigest Struct Reference

#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
 

Constructor & Destructor Documentation

◆ TypedDigest() [1/2]

KODI::UTILITY::TypedDigest::TypedDigest ( )
default

◆ TypedDigest() [2/2]

KODI::UTILITY::TypedDigest::TypedDigest ( CDigest::Type type,
std::string const & value )
inline

Member Function Documentation

◆ Empty()

bool KODI::UTILITY::TypedDigest::Empty ( ) const
inline

Member Data Documentation

◆ type

CDigest::Type KODI::UTILITY::TypedDigest::type {CDigest::Type::INVALID}

◆ value

std::string KODI::UTILITY::TypedDigest::value

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