BWAPI
Public Member Functions | Protected Attributes
ActionResources Class Reference

#include <ActionResources.h>

Collaboration diagram for ActionResources:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ActionResources ()
 ActionResources (int minerals, int gas, int supply)
 ActionResources (const Resources &resources)
 ActionResources (int minerals, int gas, int supply, StaticLocation *buildingLocation, BWAPI::UnitType buildingType)
 ActionResources (const Resources &resources, StaticLocation *buildingLocation, BWAPI::UnitType buildingType)
bool operator== (const ActionResources &resources)
double getMinerals () const
double getGas () const
double getSupply () const
Resources getResources () const
StaticLocationgetBuildingLocation () const
BWAPI::UnitType getBuildingType () const

Protected Attributes

Resources m_resources
StaticLocationm_buildingLocation
BWAPI::UnitType m_buildingType

Constructor & Destructor Documentation

ActionResources::ActionResources ( int  minerals,
int  gas,
int  supply 
) [inline]
ActionResources::ActionResources ( const Resources resources) [inline]
ActionResources::ActionResources ( int  minerals,
int  gas,
int  supply,
StaticLocation buildingLocation,
BWAPI::UnitType  buildingType 
) [inline]
ActionResources::ActionResources ( const Resources resources,
StaticLocation buildingLocation,
BWAPI::UnitType  buildingType 
) [inline]

Member Function Documentation

Here is the caller graph for this function:

Here is the caller graph for this function:

double ActionResources::getGas ( ) const [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

double ActionResources::getMinerals ( ) const [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

Here is the caller graph for this function:

double ActionResources::getSupply ( ) const [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

bool ActionResources::operator== ( const ActionResources resources) [inline]

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines