expectapp

Undocumented in source.

Members

Classes

ExpectScriptException
class ExpectScriptException
Undocumented in source.
ExpectScriptParseException
class ExpectScriptParseException

Exceptions thrown during expecting data.

Functions

getAttributes
auto getAttributes(ParseTree tree)
Undocumented in source. Be warned that the author may not have intended to support it.
getAttributes
auto getAttributes(ParseTree tree, string attrName)
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
stripToFirst
string stripToFirst(string str, char c)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

isLinux
enum isLinux;
Undocumented in source.
isLinux
enum isLinux;
Undocumented in source.
isWindows
enum isWindows;
Undocumented in source.
isWindows
enum isWindows;
Undocumented in source.
os
enum os;
Undocumented in source.
os
enum os;
Undocumented in source.
scriptGrammar
enum scriptGrammar;

Grammar to be parsed by pegged Potentially full of bugs

Structs

ScriptHandler
struct ScriptHandler
Undocumented in source.

Variables

doc
string doc;

Usage string for docopt

Meta