#include <ept/debtags/vocabulary.h>
#include <ept/debtags/maint/pkgid.h>
#include <tagcoll/patch.h>
#include <wibble/mixin.h>
#include <string>
Go to the source code of this file.
Functions |
template<typename OUT > |
IntToPkg< OUT > | ept::debtags::intToPkg (PkgId &pkgid, Vocabulary &voc, const OUT &out) |
template<typename OUT > |
StringToInt< OUT > | ept::debtags::stringToInt (PkgId &pkgid, Vocabulary &voc, const OUT &out) |
template<typename OUT > |
StringToPkg< OUT > | ept::debtags::stringToPkg (PkgId &pkgid, Vocabulary &voc, const OUT &out) |
template<typename OUT > |
PkgToString< OUT > | ept::debtags::pkgToString (const OUT &out) |
template<typename OUT > |
PatchStringToInt< OUT > | ept::debtags::patchStringToInt (PkgId &pkgid, Vocabulary &voc, const OUT &out) |
template<typename OUT > |
PatchIntToString< OUT > | ept::debtags::patchIntToString (PkgId &pkgid, Vocabulary &voc, const OUT &out) |