3ds Max C++ API Reference
Constructors

Default Constructor. More...

Functions

 MaxString ()
 
 MaxString (const MaxString &)
 Copy Constructor The implementation of this function can be considered cheap in processor and memory usage. More...
 
 ~MaxString ()
 Destructor. More...
 

Detailed Description

Default Constructor.

Function Documentation

◆ MaxString() [1/2]

MaxString ( )

◆ MaxString() [2/2]

MaxString ( const MaxString )

Copy Constructor The implementation of this function can be considered cheap in processor and memory usage.

As long as both MaxString objects aren't changed, they will share the same reference. All MaxString's members that modify this object will perform a copy before modifying the data if it's referenced several times.

◆ ~MaxString()

~MaxString ( )

Destructor.