|
Functions |
YCPValue | m_haskey (const YCPMap &map, const YCPValue &value) |
YCPValue | m_filter (const YCPSymbol &key, const YCPSymbol &value, const YCPMap &map, const YCPCode &expr) |
YCPValue | m_mapmap (const YCPSymbol &key, const YCPSymbol &value, const YCPMap &map, const YCPCode &expr) |
YCPValue | m_maplist (const YCPSymbol &key, const YCPSymbol &value, const YCPMap &map, const YCPCode &expr) |
YCPValue | m_unionmap (const YCPMap &map1, const YCPMap &map2) |
YCPValue | m_addmap (const YCPMap &map, const YCPValue &key, const YCPValue &value) |
YCPValue | m_changemap (YCPMap &map, const YCPValue &key, const YCPValue &value) |
YCPValue | m_size (const YCPValue &map) |
YCPValue | m_foreach (const YCPValue &key, const YCPValue &val, const YCPMap &map, const YCPCode &expr) |
YCPValue | m_tomap (const YCPValue &v) |
YCPValue | m_remove (const YCPMap &map, const YCPValue &key) |
Variables |
StaticDeclaration | static_declarations |