nn::nex::String::Reserve Member Function

Syntax

void Reserve(
     qInt iLength
);

Parameters

Name Description
in iLength Length of string to allocate.

Return Values

None.

Description

Allocates memory of the specified string length in advance.

Strings that had been set before are cleared.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL