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