#include <Action.h>
Inheritance diagram for Console::CycleAction< T >:
Public Member Functions | |
CycleAction (const std::vector< T > &v) | |
T | getCurrent () |
std::string | run (const std::vector< std::string > &) |
|
Initialize the CycleAction with the given vector.
|
|
Get the object at the current vector index.
|
|
Cycle the index.
Implements Console::Action. |