Bitstream Interpretation Library (BIL)  0.1
BuswidthPattern.cpp
Go to the documentation of this file.
1 
8 
9 using namespace bil;
10 
11 
13 {
14  return new BuswidthPattern(*this);
15 }
16 
17 
19 {
20  visitor.visit(*this);
21 }