test_weapon_type Class Reference

List of all members.

Public Member Functions

 test_weapon_type (Weapon::Weapon_type &type)
bool operator() (Weapon *w)

Private Attributes

Weapon::Weapon_type m_type

Detailed Description

Definition at line 209 of file weapons_list.cpp.


Constructor & Destructor Documentation

test_weapon_type::test_weapon_type ( Weapon::Weapon_type type  )  [inline]

Definition at line 213 of file weapons_list.cpp.

00213 { m_type = type; }


Member Function Documentation

bool test_weapon_type::operator() ( Weapon w  )  [inline]

Definition at line 214 of file weapons_list.cpp.

00214 { return w->GetType()==m_type; }

Here is the call graph for this function:


Member Data Documentation

Weapon::Weapon_type test_weapon_type::m_type [private]

Definition at line 211 of file weapons_list.cpp.


The documentation for this class was generated from the following file:
Generated on Mon Jan 1 14:24:56 2007 for Wormux by  doxygen 1.4.7