abc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
DdGen Struct Reference

#include <cuddInt.h>

Data Fields

DdManagermanager
 
int type
 
int status
 
union {
   struct {
      int *   cube
 
      CUDD_VALUE_TYPE   value
 
   }   cubes
 
   struct {
      int *   cube
 
      DdNode *   ub
 
   }   primes
 
   struct {
      int   size
 
   }   nodes
 
gen
 
struct {
   int   sp
 
   DdNode **   stack
 
stack
 
DdNodenode
 

Detailed Description

Definition at line 204 of file cuddInt.h.

Field Documentation

int* DdGen::cube

Definition at line 210 of file cuddInt.h.

struct { ... } DdGen::cubes
union { ... } DdGen::gen
DdManager* DdGen::manager

Definition at line 205 of file cuddInt.h.

DdNode* DdGen::node

Definition at line 232 of file cuddInt.h.

struct { ... } DdGen::nodes
struct { ... } DdGen::primes
int DdGen::size

Definition at line 218 of file cuddInt.h.

int DdGen::sp

Definition at line 222 of file cuddInt.h.

DdNode** DdGen::stack

Definition at line 227 of file cuddInt.h.

struct { ... } DdGen::stack
int DdGen::status

Definition at line 207 of file cuddInt.h.

int DdGen::type

Definition at line 206 of file cuddInt.h.

DdNode* DdGen::ub

Definition at line 215 of file cuddInt.h.

CUDD_VALUE_TYPE DdGen::value

Definition at line 211 of file cuddInt.h.


The documentation for this struct was generated from the following file: