ITLogMsg assignment operator

 

ITLogMsg& ITLogMsg::operator = (const ITLogMsg& Other);

 

Purpose:

§      Assign an ITLogMsg instance to another.

 

Return value:

§      the instance the operation was called upon

 

Notes:

§      ITLogMsg uses reference couning. After this operation both instances refer to the same underlying "true" logmessage object.

 

See also:

§      ITLogMsg class overview