TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
UpdateFetcher::DirectoryEntry Struct Reference

Public Member Functions

 DirectoryEntry (Path const &path_, State state_)
 

Public Attributes

Path const path
 
State const state
 

Constructor & Destructor Documentation

UpdateFetcher::DirectoryEntry::DirectoryEntry ( Path const path_,
State  state_ 
)
inline
85 : path(path_), state(state_) { }
State const state
Definition: UpdateFetcher.h:89
Path const path
Definition: UpdateFetcher.h:87

Member Data Documentation

Path const UpdateFetcher::DirectoryEntry::path
State const UpdateFetcher::DirectoryEntry::state

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