TrinityCore
UpdateResult Struct Reference

#include <UpdateFetcher.h>

Public Member Functions

 UpdateResult ()
 
 UpdateResult (size_t const updated_, size_t const recent_, size_t const archived_)
 

Public Attributes

size_t updated
 
size_t recent
 
size_t archived
 

Detailed Description

Definition at line 36 of file UpdateFetcher.h.

Constructor & Destructor Documentation

◆ UpdateResult() [1/2]

UpdateResult::UpdateResult ( )
inline

Definition at line 38 of file UpdateFetcher.h.

◆ UpdateResult() [2/2]

UpdateResult::UpdateResult ( size_t const  updated_,
size_t const  recent_,
size_t const  archived_ 
)
inline

Definition at line 41 of file UpdateFetcher.h.

Member Data Documentation

◆ archived

size_t UpdateResult::archived

Definition at line 46 of file UpdateFetcher.h.

◆ recent

size_t UpdateResult::recent

Definition at line 45 of file UpdateFetcher.h.

◆ updated

size_t UpdateResult::updated

Definition at line 44 of file UpdateFetcher.h.


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