#include "nusmv/core/compile/symb_table/SymbTable.h"
#include "nusmv/core/set/set.h"
#include "nusmv/core/utils/utils.h"
Go to the source code of this file.
Defines | |
#define | PREDICATE_NORMALISER(x) ((PredicateNormaliser_ptr) x) |
#define | PREDICATE_NORMALISER_CHECK_INSTANCE(x) ( nusmv_assert(PREDICATE_NORMALISER(x) != PREDICATE_NORMALISER(NULL)) ) |
Typedefs | |
typedef struct PredicateNormaliser_TAG * | PredicateNormaliser_ptr |
#define PREDICATE_NORMALISER | ( | x | ) | ((PredicateNormaliser_ptr) x) |
#define PREDICATE_NORMALISER_CHECK_INSTANCE | ( | x | ) | ( nusmv_assert(PREDICATE_NORMALISER(x) != PREDICATE_NORMALISER(NULL)) ) |
typedef struct PredicateNormaliser_TAG* PredicateNormaliser_ptr |