MaxPlus Python API Reference
WStr Class 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')
 

Detailed Description

A wide character string class. This class uses 16 bits to hold each character.

Member Function Documentation

◆ Contents()

def Contents (   self)
Contents(WStr self) -> wchar_t const *

◆ MatchPattern()

def MatchPattern ( args)
MatchPattern(WStr s, WStr ptrn, bool ignoreCase=TRUE) -> bool
MatchPattern(WStr s, WStr ptrn) -> bool

◆ MaxAlphaNumCompare()

def MaxAlphaNumCompare ( args)
MaxAlphaNumCompare(wchar_t const * a, wchar_t const * b) -> bool

◆ MaxAlphaNumCompareNoCase()

def MaxAlphaNumCompareNoCase ( args)
MaxAlphaNumCompareNoCase(wchar_t const * a, wchar_t const * b) -> bool