|
лет назад: 10 | |
---|---|---|
.. | ||
CMakeLists.txt | лет назад: 11 | |
README.md | лет назад: 12 | |
ctkCmdLineModuleBackendFPDescriptionPrivate.cpp | лет назад: 12 | |
ctkCmdLineModuleBackendFPDescriptionPrivate.h | лет назад: 12 | |
ctkCmdLineModuleBackendFPTypeTraits.h | лет назад: 12 | |
ctkCmdLineModuleBackendFPUtil.cpp | лет назад: 12 | |
ctkCmdLineModuleBackendFPUtil_p.h | лет назад: 12 | |
ctkCmdLineModuleBackendFunctionPointer.cpp | лет назад: 11 | |
ctkCmdLineModuleBackendFunctionPointer.h | лет назад: 11 | |
ctkCmdLineModuleFunctionPointerTask.cpp | лет назад: 12 | |
ctkCmdLineModuleFunctionPointerTask_p.h | лет назад: 12 | |
target_libraries.cmake | лет назад: 12 |
\internal This page is best viewed in its Doxygen processed form. \endinternal
The Function Pointer back-end is an experimental proof-of-concept (however, it is used in some unit tests as a light-weight back-end).
This back-end allows the registration of C/C++ function pointers and uses template magic to auto-generate an XML description using the type information in the function signature. Many template specializations for certain parameter types are missing, hence this back-end will only work for a limited set of argument types. See the ctkCmdLineModuleBackendFunctionPointer class for more information.
See the \ref CommandLineModulesBackendFunctionPointer_API module for the API documentation.