|
WSF
|
#include <WsfHEL_Lethality.hpp>
Public Types | |
| enum | Type { cCATEGORY , cPLATFORM_TYPE , cPLATFORM_REGION } |
Public Member Functions | |
| Entry () | |
| bool | ProcessInput (UtInput &aInput) |
| bool | ProcessType (UtInput &aInput) |
| WsfStringId | GetId () const |
| bool | operator< (const Entry &aRhs) |
Public Attributes | |
| Type | mType |
| WsfStringId | mCategory |
| WsfStringId | mPlatformType |
| WsfStringId | mRegion |
| std::vector< Effect > | mEffects |
|
inline |
References cCATEGORY, mCategory, mEffects, mPlatformType, mRegion, and mType.
Referenced by operator<().
|
inline |
References cCATEGORY, cPLATFORM_REGION, cPLATFORM_TYPE, mCategory, mPlatformType, mRegion, and mType.
Referenced by operator<(), WsfHEL_Lethality::ProcessInput(), and ProcessType().
|
inline |
| bool WsfHEL_Lethality::Entry::ProcessInput | ( | UtInput & | aInput | ) |
References WsfHEL_Lethality::Effect::cUNDEFINED, mEffects, WsfHEL_Lethality::Effect::mKind, WsfHEL_Lethality::Effect::ProcessInput(), and ProcessType().
Referenced by WsfHEL_Lethality::ProcessInput().
| bool WsfHEL_Lethality::Entry::ProcessType | ( | UtInput & | aInput | ) |
References cCATEGORY, cPLATFORM_REGION, cPLATFORM_TYPE, GetId(), mCategory, mPlatformType, mRegion, and mType.
Referenced by ProcessInput(), and WsfHEL_Lethality::ProcessInput().
| WsfStringId WsfHEL_Lethality::Entry::mCategory |
Referenced by Entry(), GetId(), and ProcessType().
| std::vector<Effect> WsfHEL_Lethality::Entry::mEffects |
Referenced by Entry(), ProcessInput(), and WsfHEL_Lethality::ProcessInput().
| WsfStringId WsfHEL_Lethality::Entry::mPlatformType |
Referenced by Entry(), GetId(), and ProcessType().
| WsfStringId WsfHEL_Lethality::Entry::mRegion |
Referenced by Entry(), GetId(), and ProcessType().
| Type WsfHEL_Lethality::Entry::mType |
Referenced by Entry(), GetId(), and ProcessType().