1#ifndef EPT_DEBTAGS_VOCABULARY_H
2#define EPT_DEBTAGS_VOCABULARY_H
39std::string
getfacet(
const std::string& tagname);
42struct Data :
public std::map<std::string, std::string>
140 std::set<std::string>
tags()
const;
155 void parseVocBuf(std::map<std::string, std::string>&
res,
size_t ofs,
size_t len)
const;
163 void write(std::ostream& out);
190 bool hasFacet(
const std::string& name)
const;
195 bool hasTag(
const std::string& name)
const;
210 std::set<std::string>
facets()
const;
215 std::set<std::string>
tags()
const;
220 std::set<std::string>
tags(
const std::string& facet)
const;
224 const DerivedTagList& getEquations()
const throw () {
return equations; }
227 FacetSet
facets(
const FacetMatcher& filter)
const throw () {
return getFiltered(filter); }
247 void write(
const std::string& fname);
String functions.
Definition apt.cc:40
set< string > & res
Definition packagerecord.cc:73