libdballe  9.11
db/defs.h
1 #ifndef DBALLE_DB_DEFS_H
2 #define DBALLE_DB_DEFS_H
3 
4 #include <wreport/error.h>
5 #include <wreport/varinfo.h>
6 #include <vector>
7 
8 namespace dballe {
9 namespace db {
10 
14 typedef std::vector<wreport::Varcode> AttrList;
15 
16 }
17 }
18 #endif
Definition: cmdline.h:18