#include "nusmv/core/compile/dependency/DependencyBase.h"
#include "nusmv/core/utils/defs.h"
Go to the source code of this file.
Defines | |
#define | DEPENDENCY_PSL(self) ((DependencyPsl_ptr) self) |
To cast and check instances of class DependencyPsl. | |
#define | DEPENDENCY_PSL_CHECK_INSTANCE(self) (nusmv_assert(DEPENDENCY_PSL(self) != DEPENDENCY_PSL(NULL))) |
Typedefs | |
typedef struct DependencyPsl_TAG * | DependencyPsl_ptr |
#define DEPENDENCY_PSL | ( | self | ) | ((DependencyPsl_ptr) self) |
To cast and check instances of class DependencyPsl.
These macros must be used respectively to cast and to check instances of class DependencyPsl
#define DEPENDENCY_PSL_CHECK_INSTANCE | ( | self | ) | (nusmv_assert(DEPENDENCY_PSL(self) != DEPENDENCY_PSL(NULL))) |
typedef struct DependencyPsl_TAG* DependencyPsl_ptr |