ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
Wln_Vec_t_ Struct Reference

#include <wln.h>

Public Attributes

int nCap
 
int nSize
 
union { 
 
   int   Array [2] 
 
   int *   pArray [1] 
 
};  
 

Detailed Description

Definition at line 47 of file wln.h.

Member Data Documentation

◆ [union]

union { ... } Wln_Vec_t_

◆ Array

int Wln_Vec_t_::Array[2]

Definition at line 51 of file wln.h.

◆ nCap

int Wln_Vec_t_::nCap

Definition at line 49 of file wln.h.

◆ nSize

int Wln_Vec_t_::nSize

Definition at line 50 of file wln.h.

◆ pArray

int* Wln_Vec_t_::pArray[1]

Definition at line 52 of file wln.h.


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