TrinityCore
UpdateFetcher::AppliedFileEntry Struct Reference

Public Member Functions

 AppliedFileEntry (std::string const &name_, std::string const &hash_, State state_, uint64 timestamp_)
 
std::string GetStateAsString () const
 

Static Public Member Functions

static State StateConvert (std::string const &state)
 
static std::string StateConvert (State const state)
 

Public Attributes

std::string const name
 
std::string const hash
 
State const state
 
uint64 const timestamp
 

Detailed Description

Definition at line 76 of file UpdateFetcher.h.

Constructor & Destructor Documentation

◆ AppliedFileEntry()

UpdateFetcher::AppliedFileEntry::AppliedFileEntry ( std::string const &  name_,
std::string const &  hash_,
State  state_,
uint64  timestamp_ 
)
inline

Definition at line 78 of file UpdateFetcher.h.

Member Function Documentation

◆ GetStateAsString()

std::string UpdateFetcher::AppliedFileEntry::GetStateAsString ( ) const
inline

Definition at line 99 of file UpdateFetcher.h.

+ Here is the caller graph for this function:

◆ StateConvert() [1/2]

static std::string UpdateFetcher::AppliedFileEntry::StateConvert ( State const  state)
inlinestatic

Definition at line 94 of file UpdateFetcher.h.

◆ StateConvert() [2/2]

static State UpdateFetcher::AppliedFileEntry::StateConvert ( std::string const &  state)
inlinestatic

Definition at line 89 of file UpdateFetcher.h.

+ Here is the caller graph for this function:

Member Data Documentation

◆ hash

std::string const UpdateFetcher::AppliedFileEntry::hash

Definition at line 83 of file UpdateFetcher.h.

◆ name

std::string const UpdateFetcher::AppliedFileEntry::name

Definition at line 81 of file UpdateFetcher.h.

◆ state

State const UpdateFetcher::AppliedFileEntry::state

Definition at line 85 of file UpdateFetcher.h.

◆ timestamp

uint64 const UpdateFetcher::AppliedFileEntry::timestamp

Definition at line 87 of file UpdateFetcher.h.


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