• <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>

            Zero Lee的專欄

            One new template implementation of single linked list

            One new implementation of single list as below(code: c++):
            /**
              * Used to create and manage a single linked list of objects of a common
              * type.  The list of created objects can be examined to find a key by
              * an identifier.
              */
             1
             template <class T, typename K>
             2 class objList {
             3 protected:
             4     static T* objFirst;
             5     T* objNext;
             6     const K objKey;
             7     
             8     objList(const K key) {
             9         objKey = key;
            10         objNext = objFirst;
            11         objFirst = (T*)this;
            12     }
            13 public:
            14     static T* getObject(const K& key);
            15 }; 
            16 template <class T, typename K>
            17 T* objList<T, K>::objFirst = NULL;
            18 
            19 template <class T, typename K>
            20 objList<T, K>::getObject(const K& key)
            21 {
            22     T* obj = objList<T, K>::objFirst;
            23     while (obj) {
            24         if (key==obj->objKey)
            25             break;
            26         obj = obj->objNext;
            27     }
            28     return obj;
            29 }


            posted on 2010-10-17 14:26 Zero Lee 閱讀(243) 評論(0)  編輯 收藏 引用 所屬分類: CC++ Programming

            久久毛片免费看一区二区三区| 久久久噜噜噜www成人网| 久久国产美女免费观看精品| 国产福利电影一区二区三区久久老子无码午夜伦不 | 久久久噜噜噜久久| 亚洲精品国精品久久99热一| 久久久久AV综合网成人| 国产亚州精品女人久久久久久| 奇米影视7777久久精品人人爽| 国产精品久久久久久久| 亚洲国产成人久久综合区| 久久精品国产亚洲AV高清热| 亚洲AV伊人久久青青草原| 精品久久久久久亚洲| 色妞色综合久久夜夜| 国产精品美女久久福利网站| 欧洲成人午夜精品无码区久久| 青青草原1769久久免费播放| 久久久国产打桩机| 久久亚洲国产精品123区| 久久中文字幕一区二区| 72种姿势欧美久久久久大黄蕉| 久久久久国产精品嫩草影院| 久久久无码精品亚洲日韩软件| 久久99精品久久久久久动态图| 久久精品国产色蜜蜜麻豆| 久久精品国产72国产精福利| 久久精品成人免费看| 天天爽天天狠久久久综合麻豆| 亚洲国产成人精品91久久久| 久久久精品久久久久久 | 久久久网中文字幕| 久久91精品综合国产首页| 久久精品草草草| 久久99精品久久久久久9蜜桃| 亚洲国产成人久久综合一| 99久久精品国产一区二区| 久久精品国产色蜜蜜麻豆| 久久久久国产亚洲AV麻豆| 亚州日韩精品专区久久久| 色播久久人人爽人人爽人人片AV|