提交 58f37adf 编写于 作者: 邹晓航

delete inline

上级 2af10635
...@@ -48,7 +48,6 @@ namespace TinySTL{ ...@@ -48,7 +48,6 @@ namespace TinySTL{
void DFS(const Index& index, visiter_func_type func); void DFS(const Index& index, visiter_func_type func);
void BFS(const Index& index, visiter_func_type func); void BFS(const Index& index, visiter_func_type func);
//node_type& new_node(const Index& index, const Value& val);
node_type make_node(const Index& index, const Value& val); node_type make_node(const Index& index, const Value& val);
node_type& get_node(const Index& index); node_type& get_node(const Index& index);
...@@ -57,12 +56,12 @@ namespace TinySTL{ ...@@ -57,12 +56,12 @@ namespace TinySTL{
nodes_set_type adjacent_nodes(const Index& index); nodes_set_type adjacent_nodes(const Index& index);
nodes_set_type adjacent_nodes(const node_type& n); nodes_set_type adjacent_nodes(const node_type& n);
inline bool empty()const; bool empty()const;
inline size_t size()const; size_t size()const;
inline inner_iterator begin(const Index& index); inner_iterator begin(const Index& index);
inline inner_iterator end(const Index& index); inner_iterator end(const Index& index);
inline iterator begin(); iterator begin();
inline iterator end(); iterator end();
equal_func_type get_equal_func()const; equal_func_type get_equal_func()const;
string to_string(); string to_string();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册