nn::nex::StringStream::operator<< Member Function

Syntax

StringStream & operator<<(
     qInt32 iValue
);

Parameters

Name Description
in iValue Specifies the qInt32 value to add as a string.

Return Values

Returns the stream after adding the string.

Description

Converts a qInt32 value to a string and adds it.

Revision History

2012/10/15
Initial version.

CONFIDENTIAL