abc cxx namespace

This commit is contained in:
MyskYko 2023-05-02 17:02:04 -07:00
parent 6e985705fc
commit 13b0d17169
3 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,8 @@
#include <iomanip>
#include <cmath>
ABC_NAMESPACE_CXX_HEADER_START
namespace NewBdd {
typedef unsigned short var;
@ -796,4 +798,6 @@ namespace NewBdd {
}
ABC_NAMESPACE_CXX_HEADER_END
#endif

View File

@ -7,6 +7,8 @@
#include <vector>
#include <bitset>
ABC_NAMESPACE_CXX_HEADER_START
namespace NewTt {
typedef int bvar;
@ -246,4 +248,6 @@ namespace NewTt {
}
ABC_NAMESPACE_CXX_HEADER_END
#endif

View File

@ -11,6 +11,8 @@
#include "gia.h"
ABC_NAMESPACE_CXX_HEADER_START
namespace Transduction {
enum PfState {none, cspf, mspf};
@ -1596,4 +1598,6 @@ public: // Debug and print
}
ABC_NAMESPACE_CXX_HEADER_END
#endif