#include "nusmv/core/utils/utils.h"
#include "nusmv/core/utils/NodeList.h"
#include "nusmv/core/cinit/NuSMVEnv.h"
Go to the source code of this file.
Defines | |
#define | PARSER_PROB(x) ((ParserProb_ptr) (x)) |
#define | PARSER_PROB_CHECK_INSTANCE(x) (nusmv_assert(PARSER_PROB(x) != PARSER_PROB(NULL))) |
Typedefs | |
typedef struct ParserProb_TAG * | ParserProb_ptr |
#define PARSER_PROB | ( | x | ) | ((ParserProb_ptr) (x)) |
#define PARSER_PROB_CHECK_INSTANCE | ( | x | ) | (nusmv_assert(PARSER_PROB(x) != PARSER_PROB(NULL))) |
typedef struct ParserProb_TAG* ParserProb_ptr |