wxMaxima
Loading...
Searching...
No Matches
Functions
LdbSupport.cpp File Reference

Implements the pure LDB-recognition helpers. More...

#include "LdbSupport.h"
Include dependency graph for LdbSupport.cpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Implements the pure LDB-recognition helpers.

See LdbSupport.h.