base class for pipeline message
Pipeline message provides a mechanism for pipeline to notify the application of something happening
Definition at line 63 of file pipeline.hpp.

Public Member Functions | |
| virtual | ~Message () | 
| uint32_t | type () | 
Protected Member Functions | |
| Message (uint32_t type) | |
Protected Attributes | |
| uint32_t | type_ | 
      
  | 
  inlinevirtual | 
Definition at line 65 of file pipeline.hpp.
      
  | 
  inlineprotected | 
Definition at line 70 of file pipeline.hpp.
      
  | 
  inline | 
Definition at line 66 of file pipeline.hpp.
References type_.
      
  | 
  protected | 
Definition at line 68 of file pipeline.hpp.
Referenced by type().