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
Definition at line 94 of file manager.hpp.
| ai::command_history_item::command_history_item | ( | int | number, | |
| const std::string & | command | |||
| ) | [inline] |
Definition at line 97 of file manager.hpp.
| const std::string& ai::command_history_item::get_command | ( | ) | const [inline] |
Definition at line 103 of file manager.hpp.
References command_.
| int ai::command_history_item::get_number | ( | ) | const [inline] |
Definition at line 101 of file manager.hpp.
References number_.
std::string ai::command_history_item::command_ [private] |
Definition at line 107 of file manager.hpp.
Referenced by get_command().
int ai::command_history_item::number_ [private] |
Definition at line 106 of file manager.hpp.
Referenced by get_number().
| Generated by doxygen 1.7.1 on Thu May 24 2012 01:19:02 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |