A wide character string class. This class uses 16 bits to hold each character.
Inheritance diagram for WStr:Public Member Functions | |
| def | MatchPattern |
| def | MaxAlphaNumCompare |
| def | MaxAlphaNumCompareNoCase |
Public Member Functions inherited from Wrapper | |
| def | GetUnwrappedPtr |
Public Attributes | |
| this | |
Static Public Attributes | |
| tuple | MatchPattern = staticmethod(MatchPattern) |
| tuple | MaxAlphaNumCompare = staticmethod(MaxAlphaNumCompare) |
| tuple | MaxAlphaNumCompareNoCase = staticmethod(MaxAlphaNumCompareNoCase) |
| tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
Static Public Attributes inherited from Wrapper | |
| tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
| def MatchPattern | ( | args | ) |
MatchPattern(WStr s, WStr ptrn, bool ignoreCase=TRUE) -> bool MatchPattern(WStr s, WStr ptrn) -> bool
| def MaxAlphaNumCompare | ( | args | ) |
MaxAlphaNumCompare(wchar_t const * a, wchar_t const * b) -> bool
| def MaxAlphaNumCompareNoCase | ( | args | ) |
MaxAlphaNumCompareNoCase(wchar_t const * a, wchar_t const * b) -> bool