#include <CMD_History.h>
Public Member Functions | |
| CMD_HistoryTable () | |
| ~CMD_HistoryTable () | |
| int | historyExpand (CMD_Manager *, UT_String &cmd) |
| void | addHistory (const char *cmd) |
| const char * | getCommand (int n) const |
| unsigned int | entries () const |
| void | clearAndDestroy () |
| void | saveHistory (ostream &os) const |
Definition at line 31 of file CMD_History.h.
| CMD_HistoryTable::CMD_HistoryTable | ( | ) |
| CMD_HistoryTable::~CMD_HistoryTable | ( | ) |
| void CMD_HistoryTable::addHistory | ( | const char * | cmd | ) |
| void CMD_HistoryTable::clearAndDestroy | ( | ) |
| unsigned int CMD_HistoryTable::entries | ( | ) | const [inline] |
Definition at line 46 of file CMD_History.h.
| const char* CMD_HistoryTable::getCommand | ( | int | n | ) | const |
| int CMD_HistoryTable::historyExpand | ( | CMD_Manager * | , | |
| UT_String & | cmd | |||
| ) |
| void CMD_HistoryTable::saveHistory | ( | ostream & | os | ) | const |
1.5.9