Classes | Namespaces | Functions

serializer.h File Reference

#include <ept/debtags/vocabulary.h>
#include <ept/debtags/maint/pkgid.h>
#include <tagcoll/patch.h>
#include <wibble/mixin.h>
#include <string>
Include dependency graph for serializer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ept::debtags::IntToPkg< OUT >
class  ept::debtags::StringToInt< OUT >
class  ept::debtags::StringToPkg< OUT >
class  ept::debtags::PkgToString< OUT >
class  ept::debtags::PatchStringToInt< OUT >
class  ept::debtags::PatchIntToString< OUT >

Namespaces

namespace  ept
 

-*- C++ -*- (c) 2006, 2007 Petr Rockai <me@mornfall.net>


namespace  ept::debtags

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)