|
wxMaxima
|
Implements the pure LDB-recognition helpers. More...
#include "LdbSupport.h"Functions | |
| bool | LdbSupport::ContainsLdbBanner (const wxString &streamText) |
Does streamText (a chunk read from Maxima's stdout/stderr) contain the banner sbcl prints when it enters LDB? This marks the transition INTO LDB. | |
| bool | LdbSupport::EndsWithLdbPrompt (const wxString &streamText) |
Does streamText end with an LDB input prompt ("ldb> ")? LDB is then waiting for a command on stdin. | |
| bool | LdbSupport::LooksLikeLdb (const wxString &streamText) |
Does streamText look like LDB is active at all (banner or prompt)? A convenience for the stdout/stderr reader. | |
Implements the pure LDB-recognition helpers.
See LdbSupport.h.