reSIProcate/stack  9694
Public Member Functions
resip::ShutdownMessage Class Reference

#include <ShutdownMessage.hxx>

Inheritance diagram for resip::ShutdownMessage:
Inheritance graph
[legend]
Collaboration diagram for resip::ShutdownMessage:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ShutdownMessage ()
virtual Messageclone () const
virtual EncodeStreamencode (EncodeStream &strm) const
 output the entire message to stream
virtual EncodeStreamencodeBrief (EncodeStream &str) const
 output a brief description to stream

Detailed Description

Definition at line 9 of file ShutdownMessage.hxx.


Constructor & Destructor Documentation

resip::ShutdownMessage::ShutdownMessage ( ) [inline]

Definition at line 12 of file ShutdownMessage.hxx.

Referenced by clone().

{};

Member Function Documentation

virtual Message* resip::ShutdownMessage::clone ( ) const [inline, virtual]

Implements resip::Message.

Definition at line 14 of file ShutdownMessage.hxx.

References ShutdownMessage().

{ return new ShutdownMessage; }

Here is the call graph for this function:

virtual EncodeStream& resip::ShutdownMessage::encode ( EncodeStream strm) const [inline, virtual]

output the entire message to stream

Implements resip::Message.

Definition at line 15 of file ShutdownMessage.hxx.

References resip::Message::brief(), and EncodeStream.

{ return strm << brief(); }

Here is the call graph for this function:

virtual EncodeStream& resip::ShutdownMessage::encodeBrief ( EncodeStream str) const [inline, virtual]

output a brief description to stream

Implements resip::Message.

Definition at line 16 of file ShutdownMessage.hxx.

References EncodeStream.

{  return str << "Shutdown"; }

The documentation for this class was generated from the following file: