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

#include <aig.h>

Data Fields

union {
   Aig_Obj_t *   pNext
 
   int   CioId
 
}; 
 
Aig_Obj_tpFanin0
 
Aig_Obj_tpFanin1
 
unsigned int Type: 3
 
unsigned int fPhase: 1
 
unsigned int fMarkA: 1
 
unsigned int fMarkB: 1
 
unsigned int nRefs: 26
 
unsigned Level: 24
 
unsigned nCuts: 8
 
int TravId
 
int Id
 
union {
   void *   pData
 
   int   iData
 
   float   dData
 
}; 
 

Detailed Description

Definition at line 69 of file aig.h.

Field Documentation

union { ... }
union { ... }
int Aig_Obj_t_::CioId

Definition at line 73 of file aig.h.

float Aig_Obj_t_::dData

Definition at line 89 of file aig.h.

unsigned int Aig_Obj_t_::fMarkA

Definition at line 79 of file aig.h.

unsigned int Aig_Obj_t_::fMarkB

Definition at line 80 of file aig.h.

unsigned int Aig_Obj_t_::fPhase

Definition at line 78 of file aig.h.

int Aig_Obj_t_::Id

Definition at line 85 of file aig.h.

int Aig_Obj_t_::iData

Definition at line 88 of file aig.h.

unsigned Aig_Obj_t_::Level

Definition at line 82 of file aig.h.

unsigned Aig_Obj_t_::nCuts

Definition at line 83 of file aig.h.

unsigned int Aig_Obj_t_::nRefs

Definition at line 81 of file aig.h.

void* Aig_Obj_t_::pData

Definition at line 87 of file aig.h.

Aig_Obj_t* Aig_Obj_t_::pFanin0

Definition at line 75 of file aig.h.

Aig_Obj_t* Aig_Obj_t_::pFanin1

Definition at line 76 of file aig.h.

Aig_Obj_t* Aig_Obj_t_::pNext

Definition at line 72 of file aig.h.

int Aig_Obj_t_::TravId

Definition at line 84 of file aig.h.

unsigned int Aig_Obj_t_::Type

Definition at line 77 of file aig.h.


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