From d5052f1c296dddf51b3e83d59bf3e3c1952cb2d0 Mon Sep 17 00:00:00 2001 From: cathook Date: Sun, 1 Jun 2014 13:56:57 +0800 Subject: big chnage --- doc/html/SplayTree_8h.html | 103 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 doc/html/SplayTree_8h.html (limited to 'doc/html/SplayTree_8h.html') diff --git a/doc/html/SplayTree_8h.html b/doc/html/SplayTree_8h.html new file mode 100644 index 0000000..885f6e5 --- /dev/null +++ b/doc/html/SplayTree_8h.html @@ -0,0 +1,103 @@ + + + + + + + +Templates -- Meow: meowpp/dsa/SplayTree.h File Reference + + + + + + + + + + + +
+
+ + + + + + + +
+
Templates -- Meow +  1.1.2 +
+
不能,也不應該先編譯成obj-file的templates
+
+
+ + +
+
+ +
+
+
+ +
+
+ +
+
SplayTree.h File Reference
+
+
+
#include <cstdlib>
+#include <utility>
+#include "../math/utility.h"
+
+

Go to the source code of this file.

+ + + + + + + + + + + + + + +

+Classes

class  meow::SplayTree< Key, Value >
 是一種神乎其技的資料結構, 維護一堆 Key->Value . 並且支援 一些 std::map 難以快速實踐的操作, 如 split , merge , keyOffset More...
 
class  meow::SplayTree< Key, Value >::Element
 類似 stliterator ,不過這邊叫做Element More...
 
class  meow::SplayTree_Range< Key, Value >
 基本上跟SplayTree一樣, 不過這邊結合線段樹, 多了區間操作 (線段樹相關operator定義請見 SegmentTree ) More...
 
class  meow::SplayTree_Range< Key, Value >::Element
 類似 stliterator ,不過這邊叫做Element More...
 
+ + + +

+Namespaces

namespace  meow
 
+
+
+ + + + + -- cgit v1.2.3