User`s guide
C C++ Utility Library Reference
mwString Class
In this section...
“About mwString” on page C-4
“Constructors” on page C-4
“Methods” on page C-4
“Operators” o n page C-4
About mwString
The mwString classisasimplestringclassusedbythemwAr ray API to pass
string data as output from certain methods.
Constructors
• mwString()
• mwString(const char* str)
• mwString(const mwStr ing& str)
Methods
• int Length() const
Operators
• operator const char* () const
• mwString& operator=( cons t mwStr ing& str)
• mwString& operator=( cons t char* str)
• bool operator==(cons t mwString& str ) const
• bool operator!=(cons t mwString& str ) const
• bool operator<(const mwStri ng& str) const
• bool operator<=(cons t mwString& str ) const
C-4