BWAPI
Classes | Defines | Typedefs | Functions
ExampleAIModule/Source/InformationManager.h File Reference
#include <BWAPI.h>
#include <BWTA.h>
#include <windows.h>
#include "Common.h"
Include dependency graph for InformationManager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  InformationManager

Defines

#define SCANNER_SWEEP_FREQUENCY   30

Typedefs

typedef std::map
< BWAPI::UnitType,
BWAPI::UnitType
BuildingToUnitMap
typedef std::map
< BWAPI::UnitType, std::vector
< BWAPI::TechType > > 
BuildingToTechMap
typedef std::map
< BWAPI::UnitType, std::vector
< BWAPI::UpgradeType > > 
BuildingToUpgradeMap
typedef std::map
< BWAPI::UnitType, std::vector
< BWAPI::UnitType > > 
BuildingToAddonMap
typedef std::map< BWAPI::Unit
*, BWAPI::UnitType
UnitToTypeMap
typedef std::map< BWAPI::Unit
*, int > 
UnitToTimeMap

Functions

DWORD WINAPI AnalyzeMapThread ()

Define Documentation

#define SCANNER_SWEEP_FREQUENCY   30

Typedef Documentation

typedef std::map<BWAPI::UnitType, std::vector<BWAPI::UnitType> > BuildingToAddonMap
typedef std::map<BWAPI::UnitType, std::vector<BWAPI::TechType> > BuildingToTechMap
typedef std::map<BWAPI::UnitType, std::vector<BWAPI::UpgradeType> > BuildingToUpgradeMap
typedef std::map<BWAPI::Unit*, int> UnitToTimeMap

Function Documentation

DWORD WINAPI AnalyzeMapThread ( )

Here is the call graph for this function:

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines