nn::nex::String::operator= Member Function

Syntax

String & operator=(
     const qChar8 * szString
);

String & operator=(
     const qWideChar * szString
);

String & operator=(
     const String & oString
);

Overloaded Member Functions

operator= ( const qChar8 * ) This is an assignment operator.
operator= ( const qWideChar * ) This is an assignment operator.
operator= ( const String & ) This is an assignment operator.

Description of operator= ( const qChar8 * )

Description of operator= ( const qWideChar * )

Description of operator= ( const String & )


CONFIDENTIAL