#include <world.h>
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. |
world::world | ( | std::string | worldname = "" |
) | [inline] |
std::string world::name |
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.