MATLAB Compiler Previous page   Next Page

mwString(const mwString& str)

Copy constructor for mwString. Constructs a new string and initializes its data with the supplied mwString.

C++ syntax

Arguments

str.   mwString to be copied

Return value

None

Description

Use this constructor to create an mwString that is a copy of an existing one.


Previous page  mwString(const char* str) int Length() const Next page

© 1994-2005 The MathWorks, Inc.