Message :: ToString |
| 01 | Returns the string representation of the whole Message object. |
| 02 |
[C++] virtual std::string ToString(); |
| 03 |
Return Values: String representation in a single line. |
| 04 | The base message object returns the result of ToStringHeader(). |
| 05 | Any derivation of Message shall add to the returned string of its base class. |
| 06 | The ToString() method shall always return only a single line describing the message. |
| 07 |
Reference: net::semys Implementation: Semys Architecture See Also: Message Sub-System, Message, ToStringHeader() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |