NuSMV/code/nusmv/core/utils/NodeGraph.h File Reference

#include "nusmv/core/node/node.h"
#include "nusmv/core/set/set.h"
#include "nusmv/core/utils/utils.h"
#include "nusmv/core/node/printers/MasterPrinter.h"

Go to the source code of this file.

Defines

#define NODE_GRAPH(self)   ((NodeGraph_ptr) self)
 To cast and check instances of class NodeGraph.
#define NODE_GRAPH_CHECK_INSTANCE(self)   (nusmv_assert(NODE_GRAPH(self) != NODE_GRAPH(NULL)))

Typedefs

typedef struct NodeGraph_TAG * NodeGraph_ptr

Define Documentation

#define NODE_GRAPH ( self   )     ((NodeGraph_ptr) self)

To cast and check instances of class NodeGraph.

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

#define NODE_GRAPH_CHECK_INSTANCE ( self   )     (nusmv_assert(NODE_GRAPH(self) != NODE_GRAPH(NULL)))
Todo:
Missing synopsis
Todo:
Missing description

Typedef Documentation

typedef struct NodeGraph_TAG* NodeGraph_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