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_ |
|
inline |
Definition at line 100 of file manager.hpp.
|
inline |
Definition at line 106 of file manager.hpp.
References command_.
|
inline |
Definition at line 104 of file manager.hpp.
References number_.
|
private |
Definition at line 110 of file manager.hpp.
Referenced by get_command().
|
private |
Definition at line 109 of file manager.hpp.
Referenced by get_number().