Bitstream Interpretation Library (BIL)  0.1
PIPControlSet.cpp
Go to the documentation of this file.
1 
7 
8 using namespace bil;
9 
10 
12  m_bitPositions(),
13  m_pipBitValues()
14 {
15 
16 }
17 
18 
20 {
21  return m_bitPositions;
22 }
23 
24 
26 {
27  return m_bitPositions;
28 }
29 
30 
32 {
33  return m_pipBitValues;
34 }
35 
36 
38 {
39  return m_pipBitValues;
40 }
41 
42 
44 {
45  m_bitPositions.clear();
46  m_pipBitValues.clear();
47 }