Public Member Functions | |
| ServiceFactory (uint16_t threadCount, const ThreadParams ¶ms) | |
| ServiceFactory (const SessionSettings &setting) | |
| ~ServiceFactory () | |
| ServiceFactory (const ServiceFactory &)=delete | |
| ServiceFactory & | operator= (const ServiceFactory &)=delete |
Friends | |
| class | Session |
Definition at line 106 of file ServiceFactory.h.
| ServiceFactory | ( | uint16_t | threadCount, |
| const ThreadParams & | params ) |
| threadCount | Number of threads. |
| params | Parameters used to configure a thread. |
| ServiceFactory | ( | const SessionSettings & | setting | ) |
| setting | Settings to be applied. |
| ~ServiceFactory | ( | ) |
|
delete |
|
delete |
|
friend |
Definition at line 123 of file ServiceFactory.h.