|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <console_store.h>
Public Member Functions | |
| ConsoleStore () | |
| void | clear () |
| void | startNewSession () |
| ConsoleLine | lineAtIndex (int i) const |
| int | numberOfLines () const |
| void | pushCommand (const char *text, size_t length) |
| void | pushResult (const char *text, size_t length) |
| void | deleteLastLineIfEmpty () |
| int | deleteCommandAndResultsAtIndex (int index) |
Definition at line 9 of file console_store.h.
| Code::ConsoleStore::ConsoleStore | ( | ) |
Definition at line 7 of file console_store.cpp.
| void Code::ConsoleStore::clear | ( | ) |
Definition at line 12 of file console_store.cpp.
| int Code::ConsoleStore::deleteCommandAndResultsAtIndex | ( | int | index | ) |
Definition at line 83 of file console_store.cpp.
| void Code::ConsoleStore::deleteLastLineIfEmpty | ( | ) |
Definition at line 75 of file console_store.cpp.
| ConsoleLine Code::ConsoleStore::lineAtIndex | ( | int | i | ) | const |
Definition at line 34 of file console_store.cpp.
| int Code::ConsoleStore::numberOfLines | ( | ) | const |
Definition at line 50 of file console_store.cpp.
| void Code::ConsoleStore::pushCommand | ( | const char * | text, |
| size_t | length | ||
| ) |
Definition at line 67 of file console_store.cpp.
| void Code::ConsoleStore::pushResult | ( | const char * | text, |
| size_t | length | ||
| ) |
Definition at line 71 of file console_store.cpp.
| void Code::ConsoleStore::startNewSession | ( | ) |
Definition at line 17 of file console_store.cpp.