Public Member Functions | Private Attributes

ai::command_history_item Class Reference

AI Command History Item. More...

#include <manager.hpp>

Collaboration diagram for ai::command_history_item:
Collaboration graph
[legend]

List of all members.

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_

Detailed Description

AI Command History Item.

It is an implementation detail

Definition at line 94 of file manager.hpp.


Constructor & Destructor Documentation

ai::command_history_item::command_history_item ( int  number,
const std::string &  command 
) [inline]

Definition at line 97 of file manager.hpp.


Member Function Documentation

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_.


Member Data Documentation

std::string ai::command_history_item::command_ [private]

Definition at line 107 of file manager.hpp.

Referenced by get_command().

Definition at line 106 of file manager.hpp.

Referenced by get_number().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated by doxygen 1.7.1 on Thu May 24 2012 01:19:02 for The Battle for Wesnoth
Gna! | Forum | Wiki | CIA | devdocs