src/clipsrules/core/match.h File Reference
#include "pattern.h"
#include "network.h"
#include "evaluatn.h"
Go to the source code of this file.
Define Documentation
| #define get_nth_pm_match |
( |
thePM, |
|
|
thePos |
|
) |
(thePM->binds[thePos].gm.theMatch) |
| #define get_nth_pm_value |
( |
thePM, |
|
|
thePos |
|
) |
(thePM->binds[thePos].gm.theValue) |
| #define set_nth_pm_match |
( |
thePM, |
|
|
thePos, |
|
|
theVal |
|
) |
(thePM->binds[thePos].gm.theMatch = theVal) |
| #define set_nth_pm_value |
( |
thePM, |
|
|
thePos, |
|
|
theVal |
|
) |
(thePM->binds[thePos].gm.theValue = (void *) theVal) |