Matt Clarkson a932ae4399 Merge branch 'cli-timeout' of https://github.com/saschazelzer/CTK into 376-handle-timeout-retrieving-xml il y a 10 ans
..
CMakeLists.txt 8d376ed112 Do not set unused CMake build function parameter INCLUDE_DIRECTORIES il y a 11 ans
README.md a757fd0ac7 Improved command line module documentation. il y a 12 ans
ctkCmdLineModuleBackendFPDescriptionPrivate.cpp 6def9e93c2 Improved code style for consistency. il y a 12 ans
ctkCmdLineModuleBackendFPDescriptionPrivate.h cc4b2ed8a6 Added experimental second front- (QtWebKit) and backend (function pointer). il y a 12 ans
ctkCmdLineModuleBackendFPTypeTraits.h 9bd490aab4 Enhanced to function pointer backend to handle custom parameter types. il y a 12 ans
ctkCmdLineModuleBackendFPUtil.cpp 6def9e93c2 Improved code style for consistency. il y a 12 ans
ctkCmdLineModuleBackendFPUtil_p.h 9bd490aab4 Enhanced to function pointer backend to handle custom parameter types. il y a 12 ans
ctkCmdLineModuleBackendFunctionPointer.cpp 888a64c730 Added timeout handling for command line modules. il y a 11 ans
ctkCmdLineModuleBackendFunctionPointer.h 888a64c730 Added timeout handling for command line modules. il y a 11 ans
ctkCmdLineModuleFunctionPointerTask.cpp 6def9e93c2 Improved code style for consistency. il y a 12 ans
ctkCmdLineModuleFunctionPointerTask_p.h b51677d3d7 Added API and XSD file documentation. il y a 12 ans
target_libraries.cmake cc4b2ed8a6 Added experimental second front- (QtWebKit) and backend (function pointer). il y a 12 ans

README.md

Function Pointer (experimental) {#CommandLineModulesBackendFunctionPointer_Page}

\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.