world Class Reference

#include <world.h>

List of all members.

Public Member Functions

 world (std::string worldname="")

Public Attributes

std::string name
 Name of the party of a game.
std::map
< std::string, room
room_names
 Map of the channels with their names.
std::map
< std::string,
member * > 
members
 Map of all the logged in member of this pary.


Constructor & Destructor Documentation

world::world ( std::string  worldname = ""  )  [inline]


Member Data Documentation

std::string world::name

Name of the party of a game.

std::map<std::string, room> world::room_names

Map of the channels with their names.

std::map<std::string, member*> world::members

Map of all the logged in member of this pary.


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

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