Classes | |
struct | InternalList |
struct | Setup |
struct | PropertyType< InstalledSize > |
struct | PropertyType< PackageSize > |
struct | Parser |
struct | Source |
class | RecordParser |
Access the fields of a package record contained inside a std::string. More... | |
struct | PropertyType |
Typedefs | |
typedef pkgCache::VerFileIterator | Internal |
Enumerations | |
enum | PropertyId { Record, Name, Priority, Section, InstalledSize, Maintainer, Architecture, SourcePackage, Version, Description, ShortDescription, LongDescription, PackageSize } |
Functions | |
template<> | |
std::string | Parser::parse< std::string > (const std::string &def, const std::string &str) const |
Variables | |
const char * | fields [] |
typedef pkgCache::VerFileIterator ept::core::record::Internal |
std::string ept::core::record::Parser::parse< std::string > | ( | const std::string & | def, | |
const std::string & | str | |||
) | const [inline] |
const char * ept::core::record::fields |
Initial value:
{ "", "Package", "Priority", "Section", "Installed-Size", "Maintainer", "Architecture", "Source", "Version", "Description", "", "", "Size" }
Referenced by ept::core::record::Parser::get().