#include "nusmv/core/node/MasterNodeWalker.h"
#include "nusmv/core/utils/defs.h"
#include "nusmv/core/set/set.h"
#include "nusmv/core/compile/symb_table/SymbTable.h"
Go to the source code of this file.
Defines | |
#define | FORMULA_DEPENDENCY(self) ((FormulaDependency_ptr) self) |
To cast and check instances of class FormulaDependency. | |
#define | FORMULA_DEPENDENCY_CHECK_INSTANCE(self) (nusmv_assert(FORMULA_DEPENDENCY(self) != FORMULA_DEPENDENCY(NULL))) |
Typedefs | |
typedef struct FormulaDependency_TAG * | FormulaDependency_ptr |
#define FORMULA_DEPENDENCY | ( | self | ) | ((FormulaDependency_ptr) self) |
To cast and check instances of class FormulaDependency.
These macros must be used respectively to cast and to check instances of class FormulaDependency
#define FORMULA_DEPENDENCY_CHECK_INSTANCE | ( | self | ) | (nusmv_assert(FORMULA_DEPENDENCY(self) != FORMULA_DEPENDENCY(NULL))) |
typedef struct FormulaDependency_TAG* FormulaDependency_ptr |