• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            的筆記

            隨時隨地編輯

            Metatables

            參考資料

            Referenced Values, Metatables, and Simple Inheritance>

            http://phrogz.net/lua/LearningLua_ValuesAndMetatables.html

            Metatable In Lua 淺嘗輒止
            http://www.cnblogs.com/simonw/archive/2007/01/17/622032.html

            扯淡

            metatable只是一個普通的table,當你它他當做metatable來用的時候,他就成了metatable:
               setmetatable( theFirstTable, theOtherTable )

            如果一個table有一個metatable,碰巧的是這個metatable有一寫特殊的關鍵字,則在使用這個table的時候,會發生一個寫有趣的事情:
             function gettable_event (table, key)
               local h
               if type(table) == "table" then
                 local v = rawget(table, key)
                 if v ~= nil then return v end
                 h = metatable(table).__index
                 if h == nil then return nil end
               else
                 h = metatable(table).__index
                 if h == nil then
                   error("...");
                 end
               end
               if type(h) == "function" then
                 return h(table, key)      -- call the handler
               else return h[key]          -- or repeat operation on it
            end

                也就是,你訪問表,其實最終訪問到表的metatable上去了。這些就是lua mirror a cplusplus class的基本原理。細節是復雜的,也很晦澀。


            Metatables

            15個重載方法(http://www.lua.org/manual/5.1/manual.html#2.8)

            We call the keys in a metatable events and the values metamethods. In the previous example, the event is "add" and the metamethod is the function that performs the addition.

            1. "add": the + operation.
            2. "sub": the - operation. Behavior similar to the "add" operation.
            3. "mul": the * operation. Behavior similar to the "add" operation.
            4. "div": the / operation. Behavior similar to the "add" operation.
            5. "mod": the % operation. Behavior similar to the "add" operation, with the operation o1 - floor(o1/o2)*o2 as the primitive operation.
            6. "pow": the ^ (exponentiation) operation. Behavior similar to the "add" operation, with the function pow (from the C math library) as the primitive operation."unm": the unary - operation.
            7. "concat": the .. (concatenation) operation.
            8. "len": the # operation.
            9. "eq": the == operation. The function getcomphandler defines how Lua chooses a metamethod for comparison operators. A metamethod only is selected when both
            10. objects being compared have the same type and the same metamethod for the selected operation.
            11. "lt": the < operation.
            12. "le": the <= operation.
            13. "index": The indexing access table[key].
            14. "newindex": The indexing assignment table[key] = value.
            15. "call": called when Lua calls a value.

            posted on 2011-07-02 20:49 的筆記 閱讀(298) 評論(0)  編輯 收藏 引用

            色综合久久88色综合天天| 久久人人爽人人澡人人高潮AV| 久久er国产精品免费观看8| 久久久久国产一级毛片高清板| 久久综合亚洲鲁鲁五月天| 久久婷婷五月综合97色一本一本| 国产精品99久久99久久久| 精品无码久久久久久久动漫| 久久久久综合中文字幕| 亚洲国产天堂久久综合| 久久亚洲精品视频| 少妇人妻综合久久中文字幕| 国产精品久久网| 国产午夜精品久久久久免费视| 久久综合九色综合欧美狠狠| 一个色综合久久| 污污内射久久一区二区欧美日韩 | 久久久久久狠狠丁香| 久久99精品久久久大学生| 91精品久久久久久无码| 999久久久无码国产精品| 伊人色综合九久久天天蜜桃| 国产精品伊人久久伊人电影 | 久久国产精品成人片免费| 一本一道久久a久久精品综合| 国产亚洲欧美成人久久片| 国产午夜精品理论片久久影视| 老男人久久青草av高清| 欧美午夜A∨大片久久 | 亚洲欧美日韩久久精品第一区| 7777精品久久久大香线蕉| 欧美日韩精品久久久免费观看| 久久精品国产72国产精福利| 国产成人精品久久亚洲高清不卡 | 国产精品久久久久jk制服| 久久天堂AV综合合色蜜桃网 | 亚洲国产精品成人久久蜜臀| 久久久久亚洲AV无码专区网站| 久久久久亚洲av毛片大| 香蕉久久AⅤ一区二区三区| 尹人香蕉久久99天天拍|