#include <Command.h>
Inheritance diagram for EndLevelCommand:

Public Member Functions | |
| EndLevelCommand () | |
| EndLevelCommand (List *list) | |
| void | execute () | 
| std::string | getString () | 
Static Public Member Functions | |
| static std::string | id () | 
Static Private Attributes | |
| static const std::string | _id = "endLevel" | 
Definition at line 324 of file Command.h.
      
  | 
  
| 
 
 Definition at line 11 of file EndLevelCommand.cpp.  | 
  
      
  | 
  
| 
 
 Definition at line 15 of file EndLevelCommand.cpp.  | 
  
      
  | 
  
| 
 
 Implements Command. Definition at line 19 of file EndLevelCommand.cpp.  | 
  
      
  | 
  
| 
 
 Implements Command. Definition at line 24 of file EndLevelCommand.cpp. References _id, List::getString(), and List::snoc().  | 
  
      
  | 
  
| 
 
 Definition at line 332 of file Command.h. References _id. Referenced by Command::loadCommand().  | 
  
      
  | 
  
| 
 
 Definition at line 335 of file Command.h. Referenced by getString(), and id().  | 
  
 1.4.6-NO