qx::service::QxService<INPUT, OUTPUT> : concrete service class with INPUT parameters and OUTPUT parameters
More...
#include <QxService.h>
template<class INPUT, class OUTPUT>
class qx::service::QxService< INPUT, OUTPUT >
qx::service::QxService<INPUT, OUTPUT> : concrete service class with INPUT parameters and OUTPUT parameters
Click here to access to a tutorial to explain how to work with QxService module.
Definition at line 61 of file QxService.h.
◆ INPUT_ptr
template<class INPUT , class OUTPUT >
◆ OUTPUT_ptr
template<class INPUT , class OUTPUT >
◆ anonymous enum
template<class INPUT , class OUTPUT >
Enumerator |
---|
is_input_parameter | |
Definition at line 66 of file QxService.h.
◆ anonymous enum
template<class INPUT , class OUTPUT >
Enumerator |
---|
is_output_parameter | |
Definition at line 67 of file QxService.h.
◆ anonymous enum
template<class INPUT , class OUTPUT >
Enumerator |
---|
is_input_registered | |
Definition at line 68 of file QxService.h.
◆ anonymous enum
template<class INPUT , class OUTPUT >
Enumerator |
---|
is_output_registered | |
Definition at line 69 of file QxService.h.
◆ anonymous enum
template<class INPUT , class OUTPUT >
Enumerator |
---|
is_valid_parameter | |
Definition at line 70 of file QxService.h.
◆ QxService()
template<class INPUT , class OUTPUT >
◆ ~QxService()
template<class INPUT , class OUTPUT >
◆ getInputParameter()
template<class INPUT , class OUTPUT >
◆ getOutputParameter()
template<class INPUT , class OUTPUT >
◆ registerClass()
template<class INPUT , class OUTPUT >
The documentation for this class was generated from the following file: