#include "Y2Logger.h"
#include "ModulesAgent.h"
#include "ModulesConf.h"
Defines | |
#define | MAGIC_DIRECTIVE "extra" |
#define | PC(n) (path->component_str(n)) |
#define | VAL2STR(v) ((v)->asString()->value()) |
#define | VAL2CSTR(v) ((v)->asString()->value_cstr()) |
Functions | |
template<class T> YCPList | map2list (const T &m) |
template<class T> YCPMap | map2ycpmap (const T &m) |
ModuleEntry::EntryArg | ycpmap2map (const YCPMap &m) |
|
|
|
|
|
|
|
|
|
Simple template function for converting c++ map into YCP list |
|
Simple template function for converting c++ map into YCP map |
|
Simple function for converting YCP map into c++ map |