NuSMV/code/nusmv/core/hrc/HrcNode.h File Reference

#include <stdlib.h>
#include <stdio.h>
#include "nusmv/core/utils/utils.h"
#include "nusmv/core/node/node.h"
#include "nusmv/core/utils/Slist.h"
#include "nusmv/core/utils/Olist.h"
#include "nusmv/core/compile/symb_table/SymbTable.h"

Go to the source code of this file.

Defines

#define HRC_NODE(self)   ((HrcNode_ptr) self)
 To cast and check instances of class HrcNode.
#define HRC_NODE_CHECK_INSTANCE(self)   (nusmv_assert(HRC_NODE(self) != HRC_NODE(NULL)))

Typedefs

typedef struct HrcNode_TAG * HrcNode_ptr

Define Documentation

#define HRC_NODE ( self   )     ((HrcNode_ptr) self)

To cast and check instances of class HrcNode.

These macros must be used respectively to cast and to check instances of class HrcNode

#define HRC_NODE_CHECK_INSTANCE ( self   )     (nusmv_assert(HRC_NODE(self) != HRC_NODE(NULL)))
Todo:
Missing synopsis
Todo:
Missing description

Typedef Documentation

typedef struct HrcNode_TAG* HrcNode_ptr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 14 Oct 2015 for NuSMV Developers Manual by  doxygen 1.6.1