#include <hitec5980sg.h>
Public Member Functions | |
bool | bomb (void) |
bool | correctTarget (void) |
ostream & | head (ostream &o) |
bool | infected (void) |
void | markAsInfected (void) |
void | setTarget (string target) |
tkill () | |
Private Attributes | |
string | _target |
Definition at line 213 of file hitec5980sg.h.
tkill::tkill | ( | ) | [inline] |
Definition at line 219 of file hitec5980sg.h.
bool tkill::bomb | ( | void | ) | [inline] |
Definition at line 280 of file hitec5980sg.h.
bool tkill::correctTarget | ( | void | ) | [inline] |
Definition at line 263 of file hitec5980sg.h.
ostream& tkill::head | ( | ostream & | o | ) | [inline] |
Definition at line 236 of file hitec5980sg.h.
bool tkill::infected | ( | void | ) | [inline] |
Definition at line 254 of file hitec5980sg.h.
void tkill::markAsInfected | ( | void | ) | [inline] |
Definition at line 273 of file hitec5980sg.h.
void tkill::setTarget | ( | string | target | ) | [inline] |
Definition at line 231 of file hitec5980sg.h.
string tkill::_target [private] |
Definition at line 216 of file hitec5980sg.h.