![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "AuctionHouseSearcher.h"
Public Member Functions | |
| AuctionSearchAdd (std::shared_ptr< SearchableAuctionEntry > _searchableAuctionEntry) | |
Public Member Functions inherited from AuctionSearcherUpdate | |
| AuctionSearcherUpdate (Type const _updateType, AuctionHouseFaction _listFaction) | |
| virtual | ~AuctionSearcherUpdate ()=default |
Public Attributes | |
| std::shared_ptr< SearchableAuctionEntry > | searchableAuctionEntry |
Public Attributes inherited from AuctionSearcherUpdate | |
| Type | updateType |
| AuctionHouseFaction | listFaction |
Additional Inherited Members | |
Public Types inherited from AuctionSearcherUpdate | |
| enum class | Type : uint8 { ADD , REMOVE , UPDATE_BID } |
|
inline |
| std::shared_ptr<SearchableAuctionEntry> AuctionSearchAdd::searchableAuctionEntry |
Referenced by AuctionHouseWorkerThread::SearchUpdateAdd().