abc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
mtrInt.h
Go to the documentation of this file.
1 /**CHeaderFile*****************************************************************
2 
3  FileName [mtrInt.h]
4 
5  PackageName [mtr]
6 
7  Synopsis [Internal data structures of the mtr package]
8 
9  Description [In this package all definitions are external.]
10 
11  SeeAlso []
12 
13  Author [Fabio Somenzi]
14 
15  Copyright [Copyright (c) 1995-2004, Regents of the University of Colorado
16 
17  All rights reserved.
18 
19  Redistribution and use in source and binary forms, with or without
20  modification, are permitted provided that the following conditions
21  are met:
22 
23  Redistributions of source code must retain the above copyright
24  notice, this list of conditions and the following disclaimer.
25 
26  Redistributions in binary form must reproduce the above copyright
27  notice, this list of conditions and the following disclaimer in the
28  documentation and/or other materials provided with the distribution.
29 
30  Neither the name of the University of Colorado nor the names of its
31  contributors may be used to endorse or promote products derived from
32  this software without specific prior written permission.
33 
34  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
35  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
36  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
37  FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
38  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
39  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
40  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
41  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
42  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
43  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
44  ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
45  POSSIBILITY OF SUCH DAMAGE.]
46 
47  Revision [$Id: mtrInt.h,v 1.2 2004/08/13 18:15:12 fabio Exp $]
48 
49 ******************************************************************************/
50 
51 #ifndef ABC__bdd__mtr__mtrInt_h
52 #define ABC__bdd__mtr__mtrInt_h
53 
54 #include "mtr.h"
55 
56 /*---------------------------------------------------------------------------*/
57 /* Nested includes */
58 /*---------------------------------------------------------------------------*/
59 
61 
62 /*---------------------------------------------------------------------------*/
63 /* Constant declarations */
64 /*---------------------------------------------------------------------------*/
65 
66 /*---------------------------------------------------------------------------*/
67 /* Stucture declarations */
68 /*---------------------------------------------------------------------------*/
69 
70 
71 /*---------------------------------------------------------------------------*/
72 /* Type declarations */
73 /*---------------------------------------------------------------------------*/
74 
75 /*---------------------------------------------------------------------------*/
76 /* Variable declarations */
77 /*---------------------------------------------------------------------------*/
78 
79 
80 /*---------------------------------------------------------------------------*/
81 /* Macro declarations */
82 /*---------------------------------------------------------------------------*/
83 
84 /**AutomaticStart*************************************************************/
85 
86 /*---------------------------------------------------------------------------*/
87 /* Function prototypes */
88 /*---------------------------------------------------------------------------*/
89 
91 
92 /**AutomaticEnd***************************************************************/
93 
94 #endif /* _MTRINT */
#define ABC_NAMESPACE_HEADER_START
NAMESPACES ///.
Definition: abc_global.h:105
#define ABC_NAMESPACE_HEADER_END
Definition: abc_global.h:106