|
WSF
|
#include "wsf_export.h"#include <iosfwd>#include <string>#include "UtStringId.hpp"

Go to the source code of this file.
Classes | |
| class | WsfStringInt |
Typedefs | |
| using | WsfStringId = UtStringId |
| WsfStringId – the same thing as UtStringId. | |
Functions | |
| bool | operator== (int aId, const WsfStringInt &aRhs) |
| Equal relational operator for the case of an integer on the LHS and a StringId on the RHS. | |
| bool | operator!= (int aId, const WsfStringInt &aRhs) |
| Not equal relational operator for the case of an integer on the LHS and a StringId on the RHS. | |
| using WsfStringId = UtStringId |
WsfStringId – the same thing as UtStringId.
|
inline |
Not equal relational operator for the case of an integer on the LHS and a StringId on the RHS.
Referenced by WsfEW_AgilityEffect::WsfEW_AgilityEffect().
|
inline |
Equal relational operator for the case of an integer on the LHS and a StringId on the RHS.
Referenced by UtmlObject::operator!=(), WsfTask::operator!=(), WsfWaypoint::operator!=(), and WsfEW_AgilityEffect::WsfEW_AgilityEffect().