Konsole
Konsole::HistoryFile Class Reference
#include <History.h>
Public Member Functions | |
virtual void | add (const unsigned char *bytes, int len) |
virtual void | get (unsigned char *bytes, int len, int loc) |
HistoryFile () | |
bool | isMapped () |
virtual int | len () |
void | map () |
void | unmap () |
virtual | ~HistoryFile () |
Detailed Description
Definition at line 44 of file History.h.
Constructor & Destructor Documentation
HistoryFile::HistoryFile | ( | ) |
Definition at line 87 of file History.cpp.
HistoryFile::~HistoryFile | ( | ) | [virtual] |
Definition at line 99 of file History.cpp.
Member Function Documentation
void HistoryFile::add | ( | const unsigned char * | bytes, | |
int | len | |||
) | [virtual] |
Definition at line 136 of file History.cpp.
void HistoryFile::get | ( | unsigned char * | bytes, | |
int | len, | |||
int | loc | |||
) | [virtual] |
Definition at line 150 of file History.cpp.
bool HistoryFile::isMapped | ( | ) |
Definition at line 131 of file History.cpp.
int HistoryFile::len | ( | ) | [virtual] |
Definition at line 176 of file History.cpp.
void HistoryFile::map | ( | ) |
Definition at line 108 of file History.cpp.
void HistoryFile::unmap | ( | ) |
Definition at line 123 of file History.cpp.
The documentation for this class was generated from the following files: