Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

PkgEdition.h File Reference

#include <ctime>
#include <string>
#include <iosfwd>

Go to the source code of this file.

Classes

class  PkgEdition
 PkgEdition represents [epoch:]version[-release]. More...

Enumerations

enum  rel_op {
  NONE, EQ, NE, LT,
  LE, GT, GE
}

Functions

rel_op str2rel_op (const std::string &str_r)
std::string asString (rel_op op_r)
std::ostream & operator<< (std::ostream &str, rel_op obj)


Enumeration Type Documentation

enum rel_op
 

Enumerator:
NONE 
EQ 
NE 
LT 
LE 
GT 
GE 


Function Documentation

std::string asString rel_op  op_r  ) 
 

std::ostream& operator<< std::ostream &  str,
rel_op  obj
 

rel_op str2rel_op const std::string &  str_r  ) 
 

Converts < <= > >= = == != LT LE GT GE EQ NE; everything else is NONE. (NOTE: !=/NE is not supported by rpm).


Generated on Mon Sep 12 21:52:13 2005 for yast2-packagemanager by  doxygen 1.4.4