| 
    EvEmu
    0.8.4
    
   11 September 2021 
   | 
 
#include "MarketBotMgr.h"


Public Member Functions | |
| ~MarketBotDataMgr () | |
MarketBotMgr.h  | |
system for automating/emulating buy and sell orders on the market. idea and some code taken from AuctionHouseBot - Copyright (C) 2008-2014 TrinityCore http://www.trinitycore.org/ : Allan 
 
  | |
| MarketBotDataMgr () | |
| int | Initialize () | 
  Public Member Functions inherited from Singleton< MarketBotDataMgr > | |
| Singleton () | |
| Primary constructor.  More... | |
Private Attributes | |
| bool | m_initalized | 
Additional Inherited Members | |
  Static Public Member Functions inherited from Singleton< MarketBotDataMgr > | |
| static MarketBotDataMgr & | get () | 
  Static Protected Attributes inherited from Singleton< MarketBotDataMgr > | |
| static std::shared_ptr < MarketBotDataMgr >  | mInstance | 
Definition at line 20 of file MarketBotMgr.h.
| MarketBotDataMgr::MarketBotDataMgr | ( | ) | 
      
  | 
  inline | 
Definition at line 25 of file MarketBotMgr.h.
| int MarketBotDataMgr::Initialize | ( | ) | 
      
  | 
  private | 
Definition at line 30 of file MarketBotMgr.h.
Referenced by Initialize(), and MarketBotDataMgr().