YAPOG  0.0.1
Yet Another Pokemon Online Game
yap::Response Struct Reference

#include <ChatHeader.hpp>

Collaboration diagram for yap::Response:

List of all members.

Public Member Functions

 Response ()
void operator= (const struct Response &res)

Public Attributes

bool Clean
bool Command
collection::Array< UInt32Channb
collection::Array< StringMessage

Detailed Description

Definition at line 25 of file ChatHeader.hpp.


Constructor & Destructor Documentation

yap::Response::Response ( )
inline

Definition at line 27 of file ChatHeader.hpp.


Member Function Documentation

void yap::Response::operator= ( const struct Response res)
inline

Definition at line 29 of file ChatHeader.hpp.


Member Data Documentation

collection::Array<UInt32> yap::Response::Channb

Definition at line 39 of file ChatHeader.hpp.

bool yap::Response::Clean

Definition at line 37 of file ChatHeader.hpp.

bool yap::Response::Command

Definition at line 38 of file ChatHeader.hpp.

collection::Array<String> yap::Response::Message

Definition at line 40 of file ChatHeader.hpp.


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