Google
Web alhem.net

VARIABLE Struct Reference

#include <robotworld.h>

Collaboration diagram for VARIABLE:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 VARIABLE (const std::string &n, int t, int r)

Public Attributes

int nr
std::string name
int type
long value
MapObjectobject

Detailed Description

Definition at line 25 of file robotworld.h.


Constructor & Destructor Documentation

VARIABLE::VARIABLE ( const std::string &  n,
int  t,
int  r 
) [inline]

Definition at line 26 of file robotworld.h.

00026 : nr(r),name(n),type(t),value(0),object(NULL) {}


Member Data Documentation

int VARIABLE::nr

Definition at line 27 of file robotworld.h.

std::string VARIABLE::name

Definition at line 28 of file robotworld.h.

int VARIABLE::type

Definition at line 29 of file robotworld.h.

long VARIABLE::value

Definition at line 30 of file robotworld.h.

MapObject* VARIABLE::object

Definition at line 31 of file robotworld.h.


The documentation for this struct was generated from the following file:
Generated for Robot World by doxygen 1.3.6

Page, code, and content Copyright (C) 2004 by Anders Hedström