• R/O
  • SSH
  • HTTPS

doar: 提交


Commit MetaInfo

修訂77 (tree)
時間2010-04-22 01:56:03
作者phjgt

Log Message

README修正

Change Summary

差異

--- README (revision 76)
+++ README (revision 77)
@@ -144,9 +144,9 @@
144144 Node search(const char* key) const;
145145 Node search(const char* key, Node &root_node) const;
146146 template <typename Callback>
147- void common_prefix_search(const char* key, Callback& fn) const;
147+ void each_common_prefix(const char* key, Callback& fn) const;
148148 template <typename Callback>
149- void common_prefix_search(const char* key, Node root_node, Callback& fn) const;
149+ void each_common_prefix(const char* key, Node root_node, Callback& fn) const;
150150 template <typename Callback>
151151 void children(Node parent, const Callback& fn) const;
152152
Show on old repository browser