Bitstream Interpretation Library (BIL)
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
mappingdb
DeviceCfgDb.cpp
Go to the documentation of this file.
1
6
#include <
mappingdb/DeviceCfgDb.hpp
>
7
8
using namespace
bil;
9
10
11
DeviceCfgDb::DeviceCfgDb
():
12
m_tileTypeDbs()
13
{
14
15
}
16
17
18
TileTypeCfgDbs
&
DeviceCfgDb::tileTypeDbs
()
19
{
20
return
m_tileTypeDbs;
21
}
22
23
24
const
TileTypeCfgDbs
&
DeviceCfgDb::tileTypeDbs
()
const
25
{
26
return
m_tileTypeDbs;
27
}
28
29
30
void
DeviceCfgDb::clear
()
31
{
32
m_tileTypeDbs.clear();
33
}
Generated on Wed Aug 8 2012 21:57:40 for Bitstream Interpretation Library (BIL) by
1.8.1.1