#include "ycp/y2log.h"#include "ycp/ExecutionEnvironment.h"#include "ycp/YCPVoid.h"#include "ycp/YCPBoolean.h"#include "ycp/YCPInteger.h"#include "ycp/YCPFloat.h"#include "ycp/YCPString.h"#include "ycp/YCPByteblock.h"#include "ycp/YCPPath.h"#include "ycp/YCPSymbol.h"#include "ycp/YCPList.h"#include "ycp/YCPTerm.h"#include "ycp/YCPMap.h"#include "ycp/YCPCode.h"#include "ycp/YCPExternal.h"Functions | |
| YCPValue | YCPError (string message, const YCPValue &ret) |
Variables | |
| static const char * | names [] |
const char* names[] [static] |
{
"VOID", "BOOLEAN", "INTEGER", "FLOAT", "STRING", "BYTEBLOCK", "PATH",
"SYMBOL", "LIST", "TERM", "MAP", "CODE", "RETURN", "BREAK",
"ENTRY", "ERROR", "REFERENCE", "EXTERNAL",
}
Referenced by Y2WFMComponent::get_env_lang(), YCode::toString(), and YCPValueRep::valuetype_str().
1.6.3