member Class Reference

Member of a chat channel. More...

#include <member.h>

List of all members.

Public Member Functions

 member (std::string membername="")
std::string status (class room *r)

Public Attributes

bool connected
 is this member correcly connected via de central server
std::string name
 alias of this member
std::string password
 password of this member
bool whispers
 does this member block whispers
std::string autoanswer
 what is the automatical answer to whisperers to this member
class worldworld
 what is the world of this member (needed after login)
int last
class roomcurrent
 the current selected channel
std::map
< std::string, bool > 
ignore
 the other members that this member doesn't want to hear
class channelch
 how to reach this member


Detailed Description

Member of a chat channel.

Constructor & Destructor Documentation

member::member ( std::string  membername = ""  )  [inline]


Member Function Documentation

std::string member::status ( class room r  )  [inline]


Member Data Documentation

bool member::connected

is this member correcly connected via de central server

std::string member::name

alias of this member

std::string member::password

password of this member

bool member::whispers

does this member block whispers

std::string member::autoanswer

what is the automatical answer to whisperers to this member

class world* member::world

what is the world of this member (needed after login)

int member::last

the time of the last message from this member

not more than one message each second please

class room* member::current

the current selected channel

std::map<std::string,bool> member::ignore

the other members that this member doesn't want to hear

class channel* member::ch

how to reach this member


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

Generated on Tue Jan 1 17:30:01 2008 for member Class Reference by  doxygen   Visit the project page on SourceForge.net Logo