#include <ycp/y2log.h>#include <stdio.h>#include <ctype.h>#include <set>#include <cassert>#include "IniFile.h"#include "IniParser.h"Functions | |
| string | to_string (const YCPValue &v) |
| static YCPList | as_list (const YCPValue &v, const char *context) |
| static YCPString | as_string (const YCPValue &v, const char *context) |
| static YCPInteger | as_integer (const YCPValue &v, const char *context) |
| static YCPInteger as_integer | ( | const YCPValue & | v, | |
| const char * | context | |||
| ) | [static] |
Return the YCPInteger or YCPNull if it is not one. Log an error.
| string to_string | ( | const YCPValue & | v | ) |
1.5.0