We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02276d6 commit f2d0436Copy full SHA for f2d0436
README.md
@@ -47,7 +47,7 @@
47
* [x] [functor](test/test_functor_linux.cpp)
48
* [x] [private member function(use addr_pri.h)](test/test_private_member_function_linux.cpp)
49
* [x] [private member function(cpp17)](test_cpp17/test_private_member.cpp)
50
-
+ * [x] function in the dynamic library(use dlsym())
51
52
53
README_zh.md
@@ -49,6 +49,7 @@
* [x] [仿函数](test/test_functor_linux.cpp)
* [x] [类的私有成员函数(使用 addr_pri.h)](test/test_private_member_function_linux.cpp)
* [x] [类的私有成员函数(cpp17)](test_cpp17/test_private_member.cpp)
+ * [x] 动态库里的函数(使用 dlsym()获取)
54
55
# 单元测试相关说明
0 commit comments