We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb926c7 commit 06f0844Copy full SHA for 06f0844
1 file changed
pyWrapper.h
@@ -94,14 +94,6 @@ class DataListNode {
94
int type;
95
96
py::bytes get_data();
97
-
98
- std::string get_key();
99
100
- unsigned int get_len();
101
102
- int get_status();
103
104
- int get_type();
105
};
106
107
// 请求的数据结构 用以和pybind11 交互
@@ -110,7 +102,6 @@ class DataListCls {
110
std::vector <DataListNode> list;
111
112
DataListNode *get(std::string key);
113
- std::vector <DataListNode> get_list();
114
115
116
0 commit comments