Encapsulates a stream and a port number for debug communication.
Definition debugmessage.h:22
DebugMessage()
default constructor
Definition debugmessage.h:44
Ptr< IO::Stream > dataStream
Definition debugmessage.h:37
const Ptr< IO::Stream > & GetStream() const
get the data stream
Definition debugmessage.h:74
ushort portNum
Definition debugmessage.h:36
ushort GetPort() const
get the port number
Definition debugmessage.h:65
bool IsValid() const
return true if the message is valid
Definition debugmessage.h:83
Nebula's smart pointer class which manages the life time of RefCounted objects.
Definition ptr.h:38
bool isvalid() const
check if pointer is valid
Definition ptr.h:435
Definition debugmessage.h:20
unsigned short ushort
Definition types.h:32