Constructors

Constructors

Module description

Functions

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

Function Documentation

MaxString ( )

Default Constructor.

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 ( )

Destructor.