HDK
|
#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 (std::ostream &os) const |
Definition at line 25 of file CMD_History.h.
CMD_HistoryTable::CMD_HistoryTable | ( | ) |
CMD_HistoryTable::~CMD_HistoryTable | ( | ) |
void CMD_HistoryTable::addHistory | ( | const char * | cmd | ) |
void CMD_HistoryTable::clearAndDestroy | ( | ) |
|
inline |
Definition at line 42 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 | ( | std::ostream & | os | ) | const |