LiveCommand Class Reference

#include <Command.h>

Inheritance diagram for LiveCommand:

Command List of all members.

Public Member Functions

 LiveCommand (Person *person)
 LiveCommand (List *command)
void execute ()
std::string getString ()

Static Public Member Functions

static std::string id ()

Private Attributes

std::string _person

Static Private Attributes

static const std::string _id = "live"

Detailed Description

Definition at line 466 of file Command.h.


Constructor & Destructor Documentation

LiveCommand::LiveCommand Person person  ) 
 

Definition at line 11 of file LiveCommand.cpp.

LiveCommand::LiveCommand List command  ) 
 

Definition at line 17 of file LiveCommand.cpp.

References _person, List::firstString(), and List::rest().


Member Function Documentation

void LiveCommand::execute  )  [virtual]
 

Implements Command.

Definition at line 23 of file LiveCommand.cpp.

References _person, Level::getObject(), and Level::instance().

std::string LiveCommand::getString  )  [virtual]
 

Implements Command.

Definition at line 28 of file LiveCommand.cpp.

References _id, _person, List::getString(), and List::snoc().

static std::string LiveCommand::id  )  [inline, static]
 

Definition at line 474 of file Command.h.

References _id.

Referenced by Command::loadCommand().


Member Data Documentation

const std::string LiveCommand::_id = "live" [static, private]
 

Definition at line 478 of file Command.h.

Referenced by getString(), and id().

std::string LiveCommand::_person [private]
 

Definition at line 476 of file Command.h.

Referenced by execute(), getString(), and LiveCommand().


The documentation for this class was generated from the following files:
Generated on Fri May 5 00:20:20 2006 for ProjectX by  doxygen 1.4.6-NO