Public Member Functions | |
opBaseImpl (PinContextObserver &iCtxp, PinFlistObserverConst &iFlistp, PinOpFlags iFlags) | |
virtual void | Run ()=0 |
PinContextObserver & | context () |
PinOpFlags | flags () |
InputIF & | in () |
OutputIF & | out () |
pin_flist_t * | inFlistPtr () |
PinFlistObserverConst | inFlist () |
pin_flist_t * | outFlistPtr () |
PinFlistObserverConst | outFlist () |
opBaseImpl (PinContextObserver &iCtxp, PinFlistObserverConst &iFlistp, PinOpFlags iFlags) | |
virtual void | Run ()=0 |
PinContextObserver & | context () |
PinOpFlags | flags () |
InputIF & | in () |
OutputIF & | out () |
pin_flist_t * | inFlistPtr () |
PinFlistObserverConst | inFlist () |
pin_flist_t * | outFlistPtr () |
PinFlistObserverConst | outFlist () |
Private Attributes | |
PinContextObserver | inCtxp |
InputIF | inputFlist |
OutputIF | outputFlist |
PinOpFlags | inFlags |
opBaseImpl< InputIF, OutputIF >::opBaseImpl | ( | PinContextObserver & | iCtxp, | |
PinFlistObserverConst & | iFlistp, | |||
PinOpFlags | iFlags | |||
) |
opBaseImpl< InputIF, OutputIF >::opBaseImpl | ( | PinContextObserver & | iCtxp, | |
PinFlistObserverConst & | iFlistp, | |||
PinOpFlags | iFlags | |||
) |
virtual void opBaseImpl< InputIF, OutputIF >::Run | ( | ) | [pure virtual] |
Implements opBase.
PinContextObserver& opBaseImpl< InputIF, OutputIF >::context | ( | ) |
PinOpFlags opBaseImpl< InputIF, OutputIF >::flags | ( | ) |
InputIF& opBaseImpl< InputIF, OutputIF >::in | ( | ) |
OutputIF& opBaseImpl< InputIF, OutputIF >::out | ( | ) |
pin_flist_t* opBaseImpl< InputIF, OutputIF >::inFlistPtr | ( | ) |
PinFlistObserverConst opBaseImpl< InputIF, OutputIF >::inFlist | ( | ) |
pin_flist_t* opBaseImpl< InputIF, OutputIF >::outFlistPtr | ( | ) |
PinFlistObserverConst opBaseImpl< InputIF, OutputIF >::outFlist | ( | ) |
virtual void opBaseImpl< InputIF, OutputIF >::Run | ( | ) | [pure virtual] |
Implements opBase.
PinContextObserver& opBaseImpl< InputIF, OutputIF >::context | ( | ) |
PinOpFlags opBaseImpl< InputIF, OutputIF >::flags | ( | ) |
InputIF& opBaseImpl< InputIF, OutputIF >::in | ( | ) |
OutputIF& opBaseImpl< InputIF, OutputIF >::out | ( | ) |
pin_flist_t* opBaseImpl< InputIF, OutputIF >::inFlistPtr | ( | ) |
PinFlistObserverConst opBaseImpl< InputIF, OutputIF >::inFlist | ( | ) |
pin_flist_t* opBaseImpl< InputIF, OutputIF >::outFlistPtr | ( | ) |
PinFlistObserverConst opBaseImpl< InputIF, OutputIF >::outFlist | ( | ) |
PinContextObserver opBaseImpl< InputIF, OutputIF >::inCtxp [private] |
InputIF opBaseImpl< InputIF, OutputIF >::inputFlist [private] |
OutputIF opBaseImpl< InputIF, OutputIF >::outputFlist [private] |
PinOpFlags opBaseImpl< InputIF, OutputIF >::inFlags [private] |