TrinityCore
AuctionHouseBotSeller.h File Reference
#include "Define.h"
#include "ItemTemplate.h"
#include "AuctionHouseBot.h"
#include <array>
+ Include dependency graph for AuctionHouseBotSeller.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ItemToSell
 
struct  SellerItemInfo
 
struct  SellerItemClassSharedInfo
 
struct  SellerItemQualitySharedInfo
 
class  SellerConfiguration
 
class  AuctionBotSeller
 

Typedefs

typedef std::vector< ItemToSellItemsToSellArray
 
typedef std::array< std::array< uint32, MAX_ITEM_CLASS >, MAX_ITEM_QUALITYAllItemsArray
 

Typedef Documentation

◆ AllItemsArray

typedef std::array<std::array<uint32, MAX_ITEM_CLASS>, MAX_ITEM_QUALITY> AllItemsArray

Definition at line 33 of file AuctionHouseBotSeller.h.

◆ ItemsToSellArray

typedef std::vector<ItemToSell> ItemsToSellArray

Definition at line 32 of file AuctionHouseBotSeller.h.