#include "nusmv/core/trace/exec/PartialTraceExecutor.h"#include "nusmv/core/utils/utils.h"#include "nusmv/core/fsm/be/BeFsm.h"#include "nusmv/core/enc/be/BeEnc.h"#include "nusmv/core/enc/bdd/BddEnc.h"Go to the source code of this file.
Defines | |
| #define | SAT_PARTIAL_TRACE_EXECUTOR(self) ((SATPartialTraceExecutor_ptr) self) |
| To cast and check instances of class SATPartialTraceExecutor. | |
| #define | SAT_PARTIAL_TRACE_EXECUTOR_CHECK_INSTANCE(self) (nusmv_assert(SAT_PARTIAL_TRACE_EXECUTOR(self) != SAT_PARTIAL_TRACE_EXECUTOR(NULL))) |
Typedefs | |
| typedef struct SATPartialTraceExecutor_TAG * | SATPartialTraceExecutor_ptr |
| #define SAT_PARTIAL_TRACE_EXECUTOR | ( | self | ) | ((SATPartialTraceExecutor_ptr) self) |
To cast and check instances of class SATPartialTraceExecutor.
These macros must be used respectively to cast and to check instances of class SATPartialTraceExecutor
| #define SAT_PARTIAL_TRACE_EXECUTOR_CHECK_INSTANCE | ( | self | ) | (nusmv_assert(SAT_PARTIAL_TRACE_EXECUTOR(self) != SAT_PARTIAL_TRACE_EXECUTOR(NULL))) |
| typedef struct SATPartialTraceExecutor_TAG* SATPartialTraceExecutor_ptr |
1.6.1