|
WSF
|
#include <WsfStringId.hpp>
Inherits WsfStringId.
Public Member Functions | |
| WsfStringInt (const std::string &aSrc) | |
| WsfStringInt (const char *aSrc) | |
| WsfStringInt (const WsfStringId &aRhs) | |
| WsfStringInt (int aId) | |
| WsfStringInt () | |
| operator int () const | |
| WsfStringInt & | operator= (int aRhs) |
| bool | operator== (const WsfStringInt &aRhs) const |
| bool | operator!= (const WsfStringInt &aRhs) const |
| operator const std::string & () const | |
Friends | |
| 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. | |
Like WsfStringId, but can be converted to and from integer. Added when WsfStringId became more strict. In general, this class should not be used. It is only here for backwards compatibility
|
inline |
Referenced by operator!=(), operator!=, operator=(), operator==(), and operator==.
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
References WsfStringInt().
|
inline |
References WsfStringInt().
|
inline |
References WsfStringInt().
|
friend |
Not equal relational operator for the case of an integer on the LHS and a StringId on the RHS.
References WsfStringInt().
|
friend |
Equal relational operator for the case of an integer on the LHS and a StringId on the RHS.
References WsfStringInt().