#include <iostream>
#include <sstream>
#include <y2util/Y2SLog.h>
#include <y2util/stringutil.h>
#include "ycpTools.h"
Defines | |
#define | ENUMOUT(V) case V: return #V; break |
#define | ENUMOUT(V, v) case YT_##V: return obj->as##v()->toString(); break |
Functions | |
ostream & | operator<< (ostream &str, const YcpArgLoad &obj) |
string | asString (YCPValueType obj) |
ostream & | operator<< (ostream &str, YCPValueType obj) |
std::string | asString (const YCPValue &obj) |
std::ostream & | operator<< (std::ostream &str, const YCPValue &obj) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|