Bitstream Interpretation Library (BIL)  0.1
DeviceCfgDb.cpp
Go to the documentation of this file.
1 
7 
8 using namespace bil;
9 
10 
12  m_tileTypeDbs()
13 {
14 
15 }
16 
17 
19 {
20  return m_tileTypeDbs;
21 }
22 
23 
25 {
26  return m_tileTypeDbs;
27 }
28 
29 
31 {
32  m_tileTypeDbs.clear();
33 }