#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_ID_LIST(x) ((ParserIdList_ptr) (x)) |
#define | PARSER_ID_LIST_CHECK_INSTANCE(x) (nusmv_assert(PARSER_ID_LIST(x) != PARSER_ID_LIST(NULL))) |
Typedefs | |
typedef struct ParserIdList_TAG * | ParserIdList_ptr |
#define PARSER_ID_LIST | ( | x | ) | ((ParserIdList_ptr) (x)) |
#define PARSER_ID_LIST_CHECK_INSTANCE | ( | x | ) | (nusmv_assert(PARSER_ID_LIST(x) != PARSER_ID_LIST(NULL))) |
typedef struct ParserIdList_TAG* ParserIdList_ptr |