Runtime methods collection class.
More...
#include <script.h>
Public Member Functions |
bool | scrAdd (void) |
bool | scrApply (void) |
bool | scrBreak (void) |
bool | scrCase (void) |
bool | scrClear (void) |
bool | scrConst (void) |
bool | scrContinue (void) |
bool | scrDefine (void) |
bool | scrDo (void) |
bool | scrElif (void) |
bool | scrElse (void) |
bool | scrEndcase (void) |
bool | scrEndif (void) |
bool | scrError (void) |
bool | scrExit (void) |
bool | scrExpand (void) |
bool | scrExpr (void) |
bool | scrForeach (void) |
bool | scrGosub (void) |
bool | scrGoto (void) |
bool | scrIf (void) |
bool | scrIndex (void) |
bool | scrInvoke (void) |
bool | scrLoop (void) |
bool | scrNop (void) |
bool | scrOtherwise (void) |
bool | scrPack (void) |
bool | scrPause (void) |
bool | scrPrevious (void) |
bool | scrPush (void) |
bool | scrRef (void) |
bool | scrRepeat (void) |
bool | scrRestart (void) |
bool | scrReturn (void) |
bool | scrSet (void) |
bool | scrUntil (void) |
bool | scrVar (void) |
bool | scrWhen (void) |
bool | scrWhile (void) |
Detailed Description
Runtime methods collection class.
This is used to collect the runtime implimentation of each script command. Often derived application servers will use sideway inheritance of something derived from interp to collect implimentations for convenience.
- Author:
- David Sugar <dyfet@gnutelephony.org>
Definition at line 408 of file script.h.
The documentation for this class was generated from the following file: