26 #ifndef EPT_DEBTAGS_DEBTAGS_H
27 #define EPT_DEBTAGS_DEBTAGS_H
29 #include <tagcoll/coll/base.h>
30 #include <tagcoll/coll/fast.h>
54 class Debtags :
public tagcoll::coll::Fast<std::string, std::string>
66 typedef tagcoll::coll::Fast<std::string, std::string>
coll_type;
67 typedef std::pair< std::string, std::set<std::string> >
value_type;
79 bool hasData()
const {
return m_timestamp != 0; }
81 coll_type&
tagdb() {
return *
this; }
82 const coll_type&
tagdb()
const {
return *
this; }