Sascha Zelzer 547a5bd5dc Removed debug output. лет назад: 12
..
CMakeLists.txt cc4b2ed8a6 Added experimental second front- (QtWebKit) and backend (function pointer). лет назад: 12
README.md b51677d3d7 Added API and XSD file documentation. лет назад: 12
ctkCmdLineModuleBackendFPDescriptionPrivate.cpp 6def9e93c2 Improved code style for consistency. лет назад: 12
ctkCmdLineModuleBackendFPDescriptionPrivate.h cc4b2ed8a6 Added experimental second front- (QtWebKit) and backend (function pointer). лет назад: 12
ctkCmdLineModuleBackendFPTypeTraits.h 9bd490aab4 Enhanced to function pointer backend to handle custom parameter types. лет назад: 12
ctkCmdLineModuleBackendFPUtil.cpp 6def9e93c2 Improved code style for consistency. лет назад: 12
ctkCmdLineModuleBackendFPUtil_p.h 9bd490aab4 Enhanced to function pointer backend to handle custom parameter types. лет назад: 12
ctkCmdLineModuleBackendFunctionPointer.cpp 547a5bd5dc Removed debug output. лет назад: 12
ctkCmdLineModuleBackendFunctionPointer.h b51677d3d7 Added API and XSD file documentation. лет назад: 12
ctkCmdLineModuleFunctionPointerTask.cpp 6def9e93c2 Improved code style for consistency. лет назад: 12
ctkCmdLineModuleFunctionPointerTask_p.h b51677d3d7 Added API and XSD file documentation. лет назад: 12
target_libraries.cmake cc4b2ed8a6 Added experimental second front- (QtWebKit) and backend (function pointer). лет назад: 12

README.md

Function Pointer (experimental) {#CommandLineModulesBackendFunctionPointer_Page}

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.