A wide character string class. This class uses 16 bits to hold each character.
Public Member Functions | |
def | Contents (self) |
def | MatchPattern (args) |
def | MaxAlphaNumCompare (args) |
def | MaxAlphaNumCompareNoCase (args) |
Public Member Functions inherited from Wrapper | |
def | GetUnwrappedPtr (self) |
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 Contents | ( | self | ) |
Contents(WStr self) -> wchar_t const *
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