Public Member Functions | Private Attributes

UplinkSocket::Message Class Reference

#include <uplink.h>

Collaboration diagram for UplinkSocket::Message:
Collaboration graph
[legend]

Public Member Functions

 Message ()
 Message (const Server *)
 Message (const User *)
 ~Message ()
template<typename T >
Messageoperator<< (const T &val)

Private Attributes

const Serverserver
const Useruser
std::stringstream buffer

Detailed Description

Definition at line 34 of file uplink.h.


Constructor & Destructor Documentation

UplinkSocket::Message::Message (  ) 

Definition at line 142 of file uplink.cpp.

UplinkSocket::Message::Message ( const Server s  )  [explicit]

Definition at line 146 of file uplink.cpp.

UplinkSocket::Message::Message ( const User u  )  [explicit]

Definition at line 150 of file uplink.cpp.

References Me, and server.

UplinkSocket::Message::~Message (  ) 

Member Function Documentation

template<typename T >
Message& UplinkSocket::Message::operator<< ( const T &  val  )  [inline]

Definition at line 47 of file uplink.h.


Field Documentation

std::stringstream UplinkSocket::Message::buffer [private]

Definition at line 40 of file uplink.h.

Referenced by ~Message().

Definition at line 38 of file uplink.h.

Referenced by Message(), and ~Message().

Definition at line 39 of file uplink.h.

Referenced by ~Message().


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