#include <cli.h>
Inheritance diagram for PCLIStandard:

Public Member Functions | |
Construction | |
| PCLIStandard (const char *prompt=NULL) | |
| Create new command line interpreter for standard I/O. | |
Overrides from PCLI | |
| virtual bool | Start (bool runInBackground=true) |
| Start a command line interpreter. | |
| PCLIStandard::PCLIStandard | ( | const char * | prompt = NULL |
) |
Create new command line interpreter for standard I/O.
| virtual bool PCLIStandard::Start | ( | bool | runInBackground = true |
) | [virtual] |
Start a command line interpreter.
As for ancestor function, however if no contexts have been added, then on that takes a PConsoleChannel is automatically added.
| runInBackground | Spawn a thread to read and interpret commands |
Reimplemented from PCLI.
1.4.7