#include <cstdlib>
#include <iostream>
#include <fstream>
#include <y2util/Y2SLog.h>
#include <y2util/PathInfo.h>
#include <y2util/ExternalProgram.h>
#include <y2util/TaggedFile.h>
#include <y2pm/InstSrcDescr.h>
#include <Y2PM.h>
Defines | |
#define | GET_TAG(tagname) tagset.getTagByIndex (tagname) |
#define | GET_STRING(tagname) tagset.getTagByIndex (tagname)->Data() |
#define | GET_POS(tagname) tagset.getTagByIndex (tagname)->Pos() |
Functions | |
IMPL_BASE_POINTER (InstSrcDescr) | |
const std::string | FlagMediaDoublesided ("doublesided") |
Variables | |
const std::string | TypeTag = "Type" |
const std::string | UrlTag = "URL" |
const std::string | ProdDirTag = "ProductDir" |
const std::string | DefActTag = "Default_activate" |
const std::string | DefRankTag = "Default_rank" |
const std::string | MediaTag = "Media" |
const std::string | ProductTag = "Product" |
const std::string | ArchTag = "Arch" |
const std::string | RequiresTag = "Requires" |
const std::string | DefBaseTag = "DefaultBase" |
const std::string | LabelMapTag = "LabelMap" |
const std::string | LinguasTag = "Linguas" |
const std::string | LabelTag = "Label" |
const std::string | LangTag = "Language" |
const std::string | TimeTag = "Timezone" |
const std::string | DescrDirTag = "DescriptionDir" |
const std::string | DataDirTag = "DataDir" |
const std::string | FlagsTag = "Flags" |
const std::string | RelnotesUrlTag = "RelnotesUrl" |
const std::string | YouUrlTag = "YouUrl" |
const std::string | YouTypeTag = "YouType" |
const std::string | YouPathTag = "YouPath" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|