Logo
~Sockets~
~Examples~
~Contact~


World::CELL Struct Reference

Room properties struct. More...

Collaboration diagram for World::CELL:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CELL (int x, int y, const std::string &name)

Public Attributes

int m_x
int m_y
std::string m_name
bool m_n
bool m_s
bool m_e
bool m_w

Detailed Description

Room properties struct.

Definition at line 36 of file World.h.


Constructor & Destructor Documentation

World::CELL::CELL ( int  x,
int  y,
const std::string &  name 
) [inline]

Definition at line 38 of file World.h.

00038                                                         : m_x(x)
00039                         ,m_y(y),m_name(name)
00040                         ,m_n(false),m_s(false),m_e(false),m_w(false) {
00041 //                      printf("New cell@(%d,%d): %s\n",x,y,name.c_str());
00042                 }


Member Data Documentation

Definition at line 43 of file World.h.

Definition at line 44 of file World.h.

std::string World::CELL::m_name

Definition at line 45 of file World.h.

Definition at line 46 of file World.h.

Definition at line 47 of file World.h.

Definition at line 48 of file World.h.

Definition at line 49 of file World.h.


The documentation for this struct was generated from the following file:
Page, code, and content Copyright (C) 2006 by Anders Hedström
Generated on Mon Aug 29 20:21:47 2005 for C++ Sockets by  doxygen 1.4.4