AI Command History Item.
More...
#include <manager.hpp>
AI Command History Item.
It is an implementation detail. See TODOs above.
Definition at line 93 of file manager.hpp.
◆ command_history_item()
ai::command_history_item::command_history_item |
( |
int |
number, |
|
|
const std::string & |
command |
|
) |
| |
|
inline |
◆ get_command()
const std::string& ai::command_history_item::get_command |
( |
| ) |
const |
|
inline |
◆ get_number()
int ai::command_history_item::get_number |
( |
| ) |
const |
|
inline |
◆ command_
std::string ai::command_history_item::command_ |
|
private |
◆ number_
int ai::command_history_item::number_ |
|
private |
The documentation for this class was generated from the following file: