#include "ycp/YCPBuiltinTerm.h"
#include "ycp/YCPTerm.h"
#include "ycp/YCPInteger.h"
#include "ycp/YCPString.h"
#include "ycp/StaticDeclaration.h"
#include "ycp/y2log.h"
Functions | |
YCPValue | t_size (const YCPTerm &term) |
YCPValue | t_add (const YCPTerm &term, const YCPValue &value) |
YCPValue | t_symbolof (const YCPTerm &term) |
YCPValue | t_select (const YCPValue &term, const YCPValue &i, const YCPValue &def) |
YCPValue | t_toterm (const YCPValue &v) |
YCPValue | t_remove (const YCPTerm &term, const YCPInteger &i) |
YCPValue | t_argsof (const YCPTerm &term) |
Variables | |
StaticDeclaration | static_declarations |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|