Google
Web alhem.net

Life Class Reference

#include <Life.h>

Inheritance diagram for Life:

Inheritance graph
[legend]
Collaboration diagram for Life:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Life (Robot &)
 ~Life ()
void Tick (long usec)
long get_property (int)
void set_property (int, long)
long call_method (int, stack_v &)

Detailed Description

Definition at line 7 of file Life.h.


Constructor & Destructor Documentation

Life::Life ( Robot  ) 

Definition at line 8 of file Life.cpp.

00008                    : RobotObject(r)
00009 {
00010 }

Life::~Life (  ) 

Definition at line 13 of file Life.cpp.

00014 {
00015 }


Member Function Documentation

void Life::Tick ( long  usec  )  [virtual]

Reimplemented from RobotObject.

Definition at line 18 of file Life.cpp.

Referenced by Robot::Tick().

00019 {
00020 }

long Life::get_property ( int   )  [virtual]

Implements RobotObject.

Definition at line 23 of file Life.cpp.

00024 {
00025 }

void Life::set_property ( int  ,
long   
) [virtual]

Implements RobotObject.

Definition at line 28 of file Life.cpp.

00029 {
00030 }

long Life::call_method ( int  ,
stack_v  
) [virtual]

Implements RobotObject.

Definition at line 33 of file Life.cpp.

00034 {
00035 }


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

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