#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) |
| #define MAGIC_DIRECTIVE "extra" |
| #define PC | ( | n | ) | (path->component_str(n)) |
| #define VAL2CSTR | ( | v | ) | ((v)->asString()->value_cstr()) |
| #define VAL2STR | ( | v | ) | ((v)->asString()->value()) |
| YCPList map2list | ( | const T & | m | ) |
Simple template function for converting c++ map into YCP list
| YCPMap map2ycpmap | ( | const T & | m | ) |
Simple template function for converting c++ map into YCP map
| ModuleEntry::EntryArg ycpmap2map | ( | const YCPMap & | m | ) |
Simple function for converting YCP map into c++ map
1.5.0