#include <ServiceTestCase.h>

Public Types |
|
| typedef service_type::caller_type | super |
| typedef WISP_DEFINE_NAMESPACE(service) typedef boost::shared_ptr < loop_type > |
loop_ptr |
| typedef boost::shared_ptr < boost::thread > |
thread_ptr |
| typedef service_type::protocol_processor |
protocol_processor |
| typedef service_type::caller_type | super |
| typedef WISP_DEFINE_NAMESPACE(service) typedef boost::shared_ptr < loop_type > |
loop_ptr |
| typedef boost::shared_ptr < boost::thread > |
thread_ptr |
| typedef service_type::protocol_processor |
protocol_processor |
Public Member Functions |
|
| ServiceThread (service_type &serv) | |
| ~ServiceThread () | |
| ServiceThread (service_type &serv) | |
| ~ServiceThread () | |
Public Attributes |
|
| service_type & | serv |
| thread_ptr | thread |
| loop_ptr | loop |
Detailed Description
template<typename service_type, typename CallStop>
struct test::ServiceThread< service_type, CallStop >
Definition at line 61 of file ServiceTestCase.h.
Member Typedef Documentation
| typedef WISP_DEFINE_NAMESPACE (service) typedef boost::shared_ptr<loop_type> test::ServiceThread< service_type, CallStop >::loop_ptr |
Definition at line 63 of file ServiceTestCase.h.
| typedef WISP_DEFINE_NAMESPACE (service) typedef boost::shared_ptr<loop_type> test::ServiceThread< service_type, CallStop >::loop_ptr |
Definition at line 65 of file ServiceTestFixture.h.
| typedef service_type :: protocol_processor test::ServiceThread< service_type, CallStop >::protocol_processor |
Definition at line 67 of file ServiceTestCase.h.
| typedef service_type :: protocol_processor test::ServiceThread< service_type, CallStop >::protocol_processor |
Definition at line 69 of file ServiceTestFixture.h.
| typedef service_type::caller_type test::ServiceThread< service_type, CallStop >::super |
Definition at line 64 of file ServiceTestFixture.h.
| typedef service_type::caller_type test::ServiceThread< service_type, CallStop >::super |
Definition at line 62 of file ServiceTestCase.h.
| typedef boost::shared_ptr<boost::thread> test::ServiceThread< service_type, CallStop >::thread_ptr |
Definition at line 67 of file ServiceTestFixture.h.
| typedef boost::shared_ptr<boost::thread> test::ServiceThread< service_type, CallStop >::thread_ptr |
Definition at line 65 of file ServiceTestCase.h.
Constructor & Destructor Documentation
| test::ServiceThread< service_type, CallStop >::ServiceThread | ( | service_type & | serv | ) | [inline] |
Definition at line 73 of file ServiceTestCase.h.
| test::ServiceThread< service_type, CallStop >::~ServiceThread | ( | ) | [inline] |
Definition at line 84 of file ServiceTestCase.h.
| test::ServiceThread< service_type, CallStop >::ServiceThread | ( | service_type & | serv | ) | [inline] |
Definition at line 75 of file ServiceTestFixture.h.
| test::ServiceThread< service_type, CallStop >::~ServiceThread | ( | ) | [inline] |
Definition at line 86 of file ServiceTestFixture.h.
Member Data Documentation
| loop_ptr test::ServiceThread< service_type, CallStop >::loop |
Definition at line 71 of file ServiceTestCase.h.
| service_type & test::ServiceThread< service_type, CallStop >::serv |
Definition at line 69 of file ServiceTestCase.h.
| thread_ptr test::ServiceThread< service_type, CallStop >::thread |
Definition at line 70 of file ServiceTestCase.h.
The documentation for this struct was generated from the following files: