base class for pipeline message
Pipeline message provides a mechanism for pipeline to notify the application of something happening
Definition at line 108 of file service-maker/includes/pipeline.hpp.

Public Member Functions | |
| virtual | ~Message () |
| uint32_t | type () |
| virtual | ~Message () |
| uint32_t | type () |
Protected Member Functions | |
| Message (uint32_t type) | |
| Message (uint32_t type) | |
Protected Attributes | |
| uint32_t | type_ |
|
inlinevirtual |
Definition at line 110 of file service-maker/includes/pipeline.hpp.
|
inlineprotected |
Definition at line 115 of file service-maker/includes/pipeline.hpp.
|
inlinevirtual |
Definition at line 110 of file 9.0/service-maker/includes/pipeline.hpp.
|
inlineprotected |
Definition at line 115 of file 9.0/service-maker/includes/pipeline.hpp.
|
inline |
Definition at line 111 of file service-maker/includes/pipeline.hpp.
References type_.
|
inline |
Definition at line 111 of file 9.0/service-maker/includes/pipeline.hpp.
References type_.
|
protected |
Definition at line 113 of file service-maker/includes/pipeline.hpp.
Referenced by type().