AI Command History Item. More...
#include <manager.hpp>
Public Member Functions | |
command_history_item (int number, const std::string &command) | |
int | get_number () const |
const std::string & | get_command () const |
Private Attributes | |
int | number_ |
std::string | command_ |
AI Command History Item.
It is an implementation detail. See TODOs above.
Definition at line 90 of file manager.hpp.
|
inline |
Definition at line 93 of file manager.hpp.
|
inline |
Definition at line 99 of file manager.hpp.
References command_.
|
inline |
Definition at line 97 of file manager.hpp.
References number_.
|
private |
Definition at line 103 of file manager.hpp.
Referenced by get_command().
|
private |
Definition at line 102 of file manager.hpp.
Referenced by get_number().