#include <string>#include <map>#include <list>#include <set>#include <Y2.h>#include <ycp/YCPMap.h>#include <ycp/YCPBoolean.h>Go to the source code of this file.
Classes | |
| class | PrinterEntry |
| One entry in printers.conf file. More... | |
| class | PrintersConf |
Defines | |
| #define | WHITESPACE " \t\n" |
| #define | CREATE_SET(x, y) void set##x(const y x##_){x = x##_;} |
| #define CREATE_SET | ( | x, | |||
| y | ) | void set##x(const y x##_){x = x##_;} |
set* functions to access private members.
CREATE_SET(x,y) macro creates functions void setX(y x_) { x = x_; } e.g.: CREATE_SET(Printer,string) --> void setPrinter(string Printer_){ Printer = Printer_;}
| #define WHITESPACE " \t\n" |
1.5.0