From bafcb16a9048268c78210c65577ce7ec7b2577d0 Mon Sep 17 00:00:00 2001 From: cathook Date: Mon, 23 Jun 2014 17:03:55 +0800 Subject: update stylesheet.css, Self.h --- doc/html/classmeow_1_1HashTableList.html | 52 ++++++++++++++++++++++++++++---- 1 file changed, 46 insertions(+), 6 deletions(-) (limited to 'doc/html/classmeow_1_1HashTableList.html') diff --git a/doc/html/classmeow_1_1HashTableList.html b/doc/html/classmeow_1_1HashTableList.html index df8a25d..90c31bc 100644 --- a/doc/html/classmeow_1_1HashTableList.html +++ b/doc/html/classmeow_1_1HashTableList.html @@ -4,7 +4,7 @@ - + Templates -- Meow: meow::HashTableList< Data, HashFunc > Class Template Reference @@ -28,16 +28,16 @@ Logo
Templates -- Meow -  1.1.2 +  1.1.4
-
不能,也不應該先編譯成obj-file的templates
+
A C++ template which is unable and also not allowed to compile to obj-file first.
- +

Constructor & Destructor Documentation

@@ -159,6 +161,8 @@ template<class Data , class HashFunc >

constructor

+

Definition at line 23 of file HashTable.h.

+
@@ -198,6 +202,8 @@ template<class Data , class HashFunc >

constructor

設定table size, hash function

+

Definition at line 31 of file HashTable.h.

+ @@ -225,6 +231,8 @@ template<class Data , class HashFunc >

destructor

+

Definition at line 37 of file HashTable.h.

+

Member Function Documentation

@@ -254,6 +262,8 @@ template<class Data , class HashFunc >

加入新的element

+

Definition at line 95 of file HashTable.h.

+ @@ -282,6 +292,8 @@ template<class Data , class HashFunc >

把給定的HashTableList中所有的element全加進來

+

Definition at line 104 of file HashTable.h.

+ @@ -309,6 +321,8 @@ template<class Data , class HashFunc >

回傳所有存下來的資料

+

Definition at line 173 of file HashTable.h.

+ @@ -337,6 +351,8 @@ template<class Data , class HashFunc >

回傳所有存下來且key為index的資料

+

Definition at line 187 of file HashTable.h.

+ @@ -364,6 +380,8 @@ template<class Data , class HashFunc >

清除資料

+

Definition at line 52 of file HashTable.h.

+ @@ -392,6 +410,8 @@ template<class Data , class HashFunc >

copy

+

Definition at line 43 of file HashTable.h.

+ @@ -420,6 +440,8 @@ template<class Data , class HashFunc >

刪除element

+

Definition at line 117 of file HashTable.h.

+ @@ -448,6 +470,8 @@ template<class Data , class HashFunc >

刪除有出現在給定的的HashTableList中的element

+

Definition at line 132 of file HashTable.h.

+ @@ -476,6 +500,8 @@ template<class Data , class HashFunc >

查看某element是否已經擁有

+

Definition at line 160 of file HashTable.h.

+ @@ -503,6 +529,8 @@ template<class Data , class HashFunc >

回傳hash function

+

Definition at line 88 of file HashTable.h.

+ @@ -531,6 +559,8 @@ template<class Data , class HashFunc >

same as add(h)

+

Definition at line 203 of file HashTable.h.

+ @@ -559,6 +589,8 @@ template<class Data , class HashFunc >

same as del(h)

+

Definition at line 209 of file HashTable.h.

+ @@ -587,6 +619,8 @@ template<class Data , class HashFunc >

same as copyFrom(h)

+

Definition at line 198 of file HashTable.h.

+ @@ -625,6 +659,8 @@ template<class Data , class HashFunc >

清除資料, 指定新的size與hash function

+

Definition at line 61 of file HashTable.h.

+ @@ -652,6 +688,8 @@ template<class Data , class HashFunc >

回傳目前有多少element在其中

+

Definition at line 77 of file HashTable.h.

+ @@ -679,6 +717,8 @@ template<class Data , class HashFunc >

回傳table size

+

Definition at line 70 of file HashTable.h.

+
The documentation for this class was generated from the following file: