![]() | MString () |
![]() | MString ( const char* charString ) |
![]() | MString ( const char* charString, int charLength ) |
![]() | MString ( const MString & other ) |
![]() | ~MString () |
![]() | operator += ( const MString & other ) |
![]() | operator += ( const char * other ) |
![]() | operator += ( double other ) |
![]() | operator += ( int other ) |
![]() | operator += ( unsigned int other ) |
![]() | operator += ( float other ) |
![]() | operator = ( const MString & other ) |
![]() | operator = ( const char * other ) |
![]() | operator = ( double value ) |
![]() | operator == ( const MString & other ) const |
![]() | operator == ( const char * other ) const |
![]() | operator != ( const MString & other ) const |
![]() | operator != ( const char * other ) const |
![]() | operator + (const MString & other ) const |
![]() | operator + (const char * other ) const |
![]() | operator + ( double value ) const |
![]() | set ( const char * charString ) |
![]() | set ( const char * charString, int charLength ) |
![]() | set ( double value ) |
![]() | set ( double value, int precision ) |
![]() | asChar () const |
![]() | length () const |
![]() | clear () |
![]() | index (char) const |
![]() | rindex (char) const |
![]() | split (char, MStringArray &) const |
![]() | substring (int start, int end) const |
![]() | toUpperCase () |
![]() | toLowerCase () |
![]() | isShort () const |
![]() | asShort () const |
![]() | isInt () const |
![]() | asInt () const |
![]() | isUnsigned () const |
![]() | asUnsigned () const |
![]() | isFloat () const |
![]() | asFloat () const |
![]() | isDouble () const |
![]() | asDouble () const |
![]() | expandEnvironmentVariablesAndTilde ( MStatus * ReturnStatus = NULL ) |
![]() | operator<< (ostream&, const MString & ) |
![]() | operator+ (const char *, const MString & ) |
$ENV_VAR or ${ENV_VAR}. On Windows, %ENV_VAR, %ENV_VAR% and %{ENV_VAR}% are also accepted. If no environment variable in the system matches that given, the unexpanded variable is copied verbatim into the result string. On UNIX, any tilde characters ("~") will also be expanded according to the standard UNIX convention. If the user name associated with a tilde is undefined, the tilde and name which follows it are copied verbatim into the result string. Notes (1) when any error occurs, processing continues such that all subsequent environment variable and tilde occurences are processed and the resulting string can be displayed to the user to help diagnose the undefined entities (2) escape sequences using backslash characters are not supported. Arguments
Autodesk® Maya® 8.0 © 1997-2006 Autodesk, Inc. All rights reserved. | doc++ Copyright |