#include <UpdateInfParser.h>
Public Member Functions | |
UpdateInfParser () | |
~UpdateInfParser () | |
PMError | fromPath (const Pathname &path) |
const std::string & | basesystem () |
const std::string & | distname () |
const std::string & | distversion () |
const std::string & | distrelease () |
const std::string & | ftppatch () |
const std::list< std::string > & | ftpsources () |
Private Types | |
enum | Tags { BASESYSTEM, DISTNAME, DISTVERSION, DISTRELEASE, FTPPATCH, FTPSOURCES, NUM_TAGS } |
Private Attributes | |
TaggedParser | _parser |
TaggedFile::TagSet | _tagset |
std::string | _basesystem |
std::string | _distname |
std::string | _distversion |
std::string | _distrelease |
std::string | _ftppatch |
std::list< std::string > | _ftpsources |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|