BWAPI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
BWAPI::ExplosionType Class Reference

#include <ExplosionType.h>

List of all members.

Public Member Functions

 ExplosionType ()
 ExplosionType (int id)
 ExplosionType (const ExplosionType &other)
ExplosionTypeoperator= (const ExplosionType &other)
 operator int () const
int getID () const
std::string getName () const

Private Attributes

int id

Detailed Description

Definition at line 6 of file ExplosionType.h.


Constructor & Destructor Documentation


Member Function Documentation

Returns a unique ID for this explosion type.

std::string BWAPI::ExplosionType::getName ( ) const

Returns the name of this explosion type.

BWAPI::ExplosionType::operator int ( ) const
ExplosionType& BWAPI::ExplosionType::operator= ( const ExplosionType other)

Member Data Documentation

int BWAPI::ExplosionType::id [private]

Definition at line 21 of file ExplosionType.h.


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