#include <iostream>
#include <y2util/Y2SLog.h>
#include <y2util/stringutil.h>
#include <y2pm/PMCallbacks.h>
Defines | |
#define | SETIF(R, O) if ( isPrefix( #R, #O, parse ) ) { action = R##O; return; } |
#define | ENUMOUT(S) case CBSuggest::S: return str << #S; break |
Functions | |
bool | isPrefix (const string &reqStr_r, const string &optStr_r, const string &prfx_r) |
std::ostream & | operator<< (std::ostream &str, const CBSuggest::Action &obj) |
|
|
|
|
|
|
|
|