ceptr
|
Go to the source code of this file.
Functions | |
void | testRunTree () |
void | testProcessGet () |
void | testProcessDel () |
void | testProcessNew () |
void | testProcessDefine () |
void | testProcessDo () |
void | testProcessTranscode () |
void | testProcessDissolve () |
void | testProcessSemtrex () |
void | testProcessFill () |
void | testProcessFillMatch () |
void | testProcessFillMatchFull () |
void | testProcessIf () |
void | testProcessCond () |
void | testProcessSym () |
void | testProcessIntMath () |
void | testProcessPath () |
void | testProcessString () |
void | testProcessRespond () |
void | testProcessSay () |
void | testProcessRequest () |
T * | _testProcessAddSay (T *parent, int id, T *message) |
void | testProcessConverse () |
void | testProcessConverseListen () |
void | testProcessThisScope () |
void | testProcessQuote () |
void | testProcessStream () |
void | testProcessStreamClose () |
void | testProcessInitiate () |
void | testProcessReduce () |
void | testProcessParameter () |
void | testProcessRefs () |
void | _defIfEven () |
[defIfEven] More... | |
Process | _defDivZero () |
[defIfEven] More... | |
void | testProcessReduceDefinedProcess () |
[defDivZero] More... | |
void | testProcessSignatureMatching () |
void | testProcessError () |
void | testProcessRaise () |
void | testProcessIterate () |
void | testProcessIterateOnSymbol () |
void | testProcessListen () |
void | testProcessSelfAddr () |
void | testProcessGetLabel () |
void | testProcessErrorTrickleUp () |
void | testProcessMulti () |
void | testRunTreeTemplate () |
void | testProcessContinue () |
void | testProcessWakeup () |
void | testProcess () |
Variables | |
int | G_next_process_id |
Process | G_ifeven |
Definition in file process_spec.h.
Process _defDivZero | ( | ) |
[defIfEven]
helper to generate an example process definition that creates a divide by zero error
Definition at line 1385 of file process_spec.h.
void _defIfEven | ( | ) |
[defIfEven]
helper to generate an example process definition that acts as an if for even numbers
Definition at line 1366 of file process_spec.h.
void testProcessErrorTrickleUp | ( | ) |
[testProcessErrorTrickleUp]
[testProcessErrorTrickleUp]
Definition at line 1709 of file process_spec.h.
void testProcessIf | ( | ) |
Definition at line 398 of file process_spec.h.
void testProcessIntMath | ( | ) |
Definition at line 448 of file process_spec.h.
void testProcessMulti | ( | ) |
void testProcessReduceDefinedProcess | ( | ) |
[defDivZero]
[testProcessReduceDefinedProcess]
[testProcessReduceDefinedProcess]
Definition at line 1403 of file process_spec.h.