#include <it_bus_pdk/interceptor.h>
Inheritance diagram for IT_Bus::Interceptor:
Definition at line 62 of file interceptor.h.
Public Member Functions | |
Interceptor () | |
No argument constructor. | |
Interceptor (InterceptorFactory *factory) | |
Constructor. | |
virtual InterceptorFactory * | get_factory () |
Returns a pointer to the interceptor factory. | |
virtual InterceptorType | get_type () |
Return the interceptor's type. | |
Private Attributes | |
InterceptorFactory * | m_factory |
IT_Bus::Interceptor::Interceptor | ( | InterceptorFactory * | factory | ) |
Constructor.
A | pointer to an instance of this class' interceptor factory class. |
virtual InterceptorFactory* IT_Bus::Interceptor::get_factory | ( | ) | [virtual] |
Returns a pointer to the interceptor factory.
virtual InterceptorType IT_Bus::Interceptor::get_type | ( | ) | [virtual] |
Return the interceptor's type.