nn::nex::operator<< Function

Syntax

StringStream & operator<<(
     StringStream & oStream,
     const NotificationEvent & oEvent
);

Parameters

Name Description
in oStream Specify the string stream to add the information to.
in oEvent Specifies a NotificationEvent object.

Return Values

Returns a string stream with the information added.

Description

Adds NotificationEvent object information to a string stream. Used for debugging.

Revision History

2012/10/15
Initial version.

CONFIDENTIAL