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

Syntax

StringStream & operator<<(
     const qChar * szText
);

StringStream & operator<<(
     const void * pPointer
);

StringStream & operator<<(
     qBool bValue
);

StringStream & operator<<(
     qDouble dValue
);

StringStream & operator<<(
     qFloat fValue
);

StringStream & operator<<(
     qByte uiValue
);

StringStream & operator<<(
     qInt8 iValue
);

StringStream & operator<<(
     qUnsignedInt16 uiValue
);

StringStream & operator<<(
     qInt16 iValue
);

StringStream & operator<<(
     qUnsignedInt32 uiValue
);

StringStream & operator<<(
     qInt32 iValue
);

StringStream & operator<<(
     qUnsignedInt64 uiValue
);

StringStream & operator<<(
     qInt64 uiValue
);

StringStream & operator<<(
     const StringStream & oSS
);

Overloaded Member Functions

operator<< ( const qChar * ) Adds to a string.
operator<< ( const void * ) Converts a pointer value to a string and adds it.
operator<< ( qBool ) Converts a qBool value to a string and adds it.
operator<< ( qDouble ) Converts a qDouble value to a string and adds it.
operator<< ( qFloat ) Converts a qFloat value to a string and adds it.
operator<< ( qByte ) Converts a qByte value to a string and adds it.
operator<< ( qInt8 ) Converts a qInt8 value to a string and adds it.
operator<< ( qUnsignedInt16 ) Converts a qUnsignedInt16 value to a string and adds it.
operator<< ( qInt16 ) Converts a qInt16 value to a string and adds it.
operator<< ( qUnsignedInt32 ) Converts a qUnsignedInt32 value to a string and adds it.
operator<< ( qInt32 ) Converts a qInt32 value to a string and adds it.
operator<< ( qUnsignedInt64 ) Converts a qUnsignedInt64 value to a string and adds it.
operator<< ( qInt64 ) Converts a qInt64 value to a string and adds it.
operator<< ( const StringStream & ) Adds a string stream.

Description of operator<< ( const qChar * )

Description of operator<< ( const void * )

Description of operator<< ( qBool )

Description of operator<< ( qDouble )

Description of operator<< ( qFloat )

Description of operator<< ( qByte )

Description of operator<< ( qInt8 )

Description of operator<< ( qUnsignedInt16 )

Description of operator<< ( qInt16 )

Description of operator<< ( qUnsignedInt32 )

Description of operator<< ( qInt32 )

Description of operator<< ( qUnsignedInt64 )

Description of operator<< ( qInt64 )

Description of operator<< ( const StringStream & )


CONFIDENTIAL