欧美三区_成人在线免费观看视频_欧美极品少妇xxxxⅹ免费视频_a级毛片免费播放_鲁一鲁中文字幕久久_亚洲一级特黄

An STL like Tree Class

系統 1664 0
Is your email address OK? You are signed up for our newsletters but your email address is either unconfirmed, or has not been reconfirmed in a long time. Please click here to have a confirmation email sent so we can confirm your email address and start sending you newsletters again.
<!-- Main Page Contents Start --><!-- Article Starts -->

Sample Image

Introduction

For more than a year and a half I have had to use some kind of multi-node tree to do something. However, all I found from the Internet are binary trees or equivalents. I therefore decided to write my own. Because I had to finish it pretty fast, I spent only two days for it, so it may be buggy.

In the project, it has three classes working like in STL container-iterator style.
Collapse Copy Code
      
        template
      
      
        <
      
      
        class
      
       Key, 
      
        class
      
       T
      
        >
      
      
        class
      
       Tree

      
        template
      
      
        <
      
      
        class
      
       Key, 
      
        class
      
       T
      
        >
      
      
        class
      
       Tree_iterator

      
        template
      
      
        <
      
      
        class
      
       Key, 
      
        class
      
       T
      
        >
      
      
        class
      
       TreeNode
    

A tree contains many tree nodes, while tree nodes contain data. Tree nodes of a tree are called children. In the design each node is assigned a level and the root node is of level 1. Tree_iterator is for navigation within the tree. Two tree-walk styles are defined. One walks down from the root node, while the other one use post-style to walk through all children of the tree. For each walk action, a tree_iterator is returned, so the user can use the iterator to reference the tree node and get the data.

I wrapped all the classes under the namespace Tiffany. For example, declaration of the tree with key type of wstring , and node data type of string, and add two levels of element is like:

Collapse Copy Code
      Tiffany::Tree
      
        <
      
      wstring, 
      
        string
      
      
        >
      
       x(L
      
        "
      
      
        Node 1"
      
      , 
      
        "
      
      
        Root"
      
      );

px = x.AddChild(L
      
        "
      
      
        Key1"
      
      ,
      
        "
      
      
        A"
      
      );
px1 = x.AddChild(px, L
      
        "
      
      
        Key2"
      
      , 
      
        "
      
      
        1"
      
      );

    

For a walk down action, you can limit it to a part of a tree ("sub-tree") by using the function SetSubTreePivot(px) , and you can set the pivot to point back to the root node by calling SetWalkDownRootPivot. Try it out!. You can even delete part of the tree by calling DelSubTree() .

Unfortunately I didn't have much time to prepare this document, but it should be obvious how to the classes.

<!-- Main Page Contents End -->

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

An STL like Tree Class


更多文章、技術交流、商務合作、聯系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 久草精品视频 | 色综合久久综合欧美综合 | 青草悠悠视频在线观看 | 欧美日韩精品一区二区在线线 | 国产欧美日本 | 亚洲视频 中文字幕 | 亚洲孕交 | 亚洲欧美日韩精品久久亚洲区色播 | 国内精品视频在线观看 | 天天做天天爱天天操 | 日韩大片免费在线观看 | 毛片特级| 伊人无码高清 | 羞羞的网址 | 一区二区在线 | 久久久国产99久久国产一 | 久在线| 亚洲欧美日韩综合二区三区 | 欧美日韩综合在线视频免费看 | 精品免费久久久久久成人影院 | 成人免费视频网站在线观看 | 精品免费久久久久欧美亚一区 | 911网站大全在线观看 | 日韩在线观看视频免费 | www.天天操.com | 亚洲综合区 | 99精品丰满人妻无码A片 | 日本欧美中文字幕 | 亚洲综合电影 | 午夜成人在线视频 | 免费一级特黄3大片视频 | 国产一级做a爰片在线 | 9久热这里只有精品视频在线观看 | 欧美日韩亚洲一区二区三区在线观看 | 三级黄色片在线观看 | 日本高清在线观看视频 | 一区二区三区视频免费 | 91精品久久久久久久 | 亚洲欧美日韩精品久久亚洲区 | 亚洲欧美18v中文字幕高清 | 亚洲精品久久久 |