YAPOG  0.0.1
Yet Another Pokemon Online Game
yap::GameMessage Class Reference

#include <GameMessage.hpp>

Collaboration diagram for yap::GameMessage:

List of all members.

Public Member Functions

 GameMessage ()
 ~GameMessage ()
const StringGetContent () const
const StringGetSenderName () const
void SetContent (const String &content)
void SetSenderName (const String &senderName)

Private Member Functions

 DISALLOW_COPY (GameMessage)

Private Attributes

String content_
String senderName_

Detailed Description

Definition at line 9 of file GameMessage.hpp.


Constructor & Destructor Documentation

yap::GameMessage::GameMessage ( )

Definition at line 5 of file GameMessage.cpp.

yap::GameMessage::~GameMessage ( )

Definition at line 11 of file GameMessage.cpp.


Member Function Documentation

yap::GameMessage::DISALLOW_COPY ( GameMessage  )
private
const String & yap::GameMessage::GetContent ( ) const

Definition at line 15 of file GameMessage.cpp.

Here is the caller graph for this function:

const String & yap::GameMessage::GetSenderName ( ) const

Definition at line 20 of file GameMessage.cpp.

Here is the caller graph for this function:

void yap::GameMessage::SetContent ( const String content)

Definition at line 25 of file GameMessage.cpp.

Here is the caller graph for this function:

void yap::GameMessage::SetSenderName ( const String senderName)

Definition at line 30 of file GameMessage.cpp.

Here is the caller graph for this function:


Member Data Documentation

String yap::GameMessage::content_
private

Definition at line 26 of file GameMessage.hpp.

String yap::GameMessage::senderName_
private

Definition at line 27 of file GameMessage.hpp.


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