|
UFO: Alien Invasion
|
#include <ScopedCommand.h>

Public Member Functions | |
| ScopedCommand (const std::string &scopeEnterCommand, const std::string &scopeLeaveCommand) | |
| ScopedCommand (const std::string &command, const std::string &scopeEnterParameter, const std::string &scopeLeaveParameter) | |
| ~ScopedCommand () | |
Private Attributes | |
| const std::string | _scopeLeaveCommand |
Definition at line 5 of file ScopedCommand.h.
|
inline |
Definition at line 9 of file ScopedCommand.h.
References _scopeLeaveCommand, and Cmd_ExecuteString().
|
inline |
Definition at line 15 of file ScopedCommand.h.
References _scopeLeaveCommand, and Cmd_ExecuteString().
|
inline |
Definition at line 22 of file ScopedCommand.h.
References _scopeLeaveCommand, and Cmd_ExecuteString().
|
private |
Definition at line 7 of file ScopedCommand.h.
Referenced by ScopedCommand(), ScopedCommand(), and ~ScopedCommand().