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

#include <abc.h>

Data Fields

Abc_Ntk_tpNtk
 
Abc_Obj_tpNext
 
int Id
 
unsigned Type: 4
 
unsigned fMarkA: 1
 
unsigned fMarkB: 1
 
unsigned fMarkC: 1
 
unsigned fPhase: 1
 
unsigned fExor: 1
 
unsigned fPersist: 1
 
unsigned fCompl0: 1
 
unsigned fCompl1: 1
 
unsigned Level: 20
 
Vec_Int_t vFanins
 
Vec_Int_t vFanouts
 
union {
   void *   pData
 
   int   iData
 
}; 
 
union {
   void *   pTemp
 
   Abc_Obj_t *   pCopy
 
   int   iTemp
 
   float   dTemp
 
}; 
 

Detailed Description

Definition at line 128 of file abc.h.

Field Documentation

union { ... }
union { ... }
float Abc_Obj_t_::dTemp

Definition at line 150 of file abc.h.

unsigned Abc_Obj_t_::fCompl0

Definition at line 140 of file abc.h.

unsigned Abc_Obj_t_::fCompl1

Definition at line 141 of file abc.h.

unsigned Abc_Obj_t_::fExor

Definition at line 138 of file abc.h.

unsigned Abc_Obj_t_::fMarkA

Definition at line 134 of file abc.h.

unsigned Abc_Obj_t_::fMarkB

Definition at line 135 of file abc.h.

unsigned Abc_Obj_t_::fMarkC

Definition at line 136 of file abc.h.

unsigned Abc_Obj_t_::fPersist

Definition at line 139 of file abc.h.

unsigned Abc_Obj_t_::fPhase

Definition at line 137 of file abc.h.

int Abc_Obj_t_::Id

Definition at line 132 of file abc.h.

int Abc_Obj_t_::iData

Definition at line 146 of file abc.h.

int Abc_Obj_t_::iTemp

Definition at line 149 of file abc.h.

unsigned Abc_Obj_t_::Level

Definition at line 142 of file abc.h.

Abc_Obj_t* Abc_Obj_t_::pCopy

Definition at line 148 of file abc.h.

void* Abc_Obj_t_::pData

Definition at line 145 of file abc.h.

Abc_Obj_t* Abc_Obj_t_::pNext

Definition at line 131 of file abc.h.

Abc_Ntk_t* Abc_Obj_t_::pNtk

Definition at line 130 of file abc.h.

void* Abc_Obj_t_::pTemp

Definition at line 147 of file abc.h.

unsigned Abc_Obj_t_::Type

Definition at line 133 of file abc.h.

Vec_Int_t Abc_Obj_t_::vFanins

Definition at line 143 of file abc.h.

Vec_Int_t Abc_Obj_t_::vFanouts

Definition at line 144 of file abc.h.


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