|
MaxPlus Python API Reference
|
Inheritance diagram for WStr: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 | |
| MatchPattern = staticmethod(MatchPattern) | |
| MaxAlphaNumCompare = staticmethod(MaxAlphaNumCompare) | |
| MaxAlphaNumCompareNoCase = staticmethod(MaxAlphaNumCompareNoCase) | |
| 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 | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
A wide character string class. This class uses 16 bits to hold each character.
| 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