abc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
vec.h
Go to the documentation of this file.
1 /**CFile****************************************************************
2 
3  FileName [vec.h]
4 
5  SystemName [ABC: Logic synthesis and verification system.]
6 
7  PackageName [Resizable arrays.]
8 
9  Synopsis [External declarations.]
10 
11  Author [Alan Mishchenko]
12 
13  Affiliation [UC Berkeley]
14 
15  Date [Ver. 1.0. Started - June 20, 2005.]
16 
17  Revision [$Id: vec.h,v 1.00 2005/06/20 00:00:00 alanmi Exp $]
18 
19 ***********************************************************************/
20 
21 #ifndef ABC__misc__vec__vec_h
22 #define ABC__misc__vec__vec_h
23 
24 
25 ////////////////////////////////////////////////////////////////////////
26 /// INCLUDES ///
27 ////////////////////////////////////////////////////////////////////////
28 
29 #include "misc/util/abc_global.h"
30 
31 #include "vecInt.h"
32 #include "vecFlt.h"
33 #include "vecStr.h"
34 #include "vecPtr.h"
35 #include "vecVec.h"
36 #include "vecAtt.h"
37 #include "vecWrd.h"
38 #include "vecBit.h"
39 
40 ////////////////////////////////////////////////////////////////////////
41 /// MACRO DEFINITIONS ///
42 ////////////////////////////////////////////////////////////////////////
43 
44 ////////////////////////////////////////////////////////////////////////
45 /// PARAMETERS ///
46 ////////////////////////////////////////////////////////////////////////
47 
48 
49 
51 
52 
53 ////////////////////////////////////////////////////////////////////////
54 /// BASIC TYPES ///
55 ////////////////////////////////////////////////////////////////////////
56 
57 ////////////////////////////////////////////////////////////////////////
58 /// FUNCTION DECLARATIONS ///
59 ////////////////////////////////////////////////////////////////////////
60 
61 
62 
64 
65 
66 
67 #endif
68 
69 ////////////////////////////////////////////////////////////////////////
70 /// END OF FILE ///
71 ////////////////////////////////////////////////////////////////////////
72 
#define ABC_NAMESPACE_HEADER_START
NAMESPACES ///.
Definition: abc_global.h:105
#define ABC_NAMESPACE_HEADER_END
Definition: abc_global.h:106