

Public Types | |
typedef void(FwdState::* | Method) (Security::EncryptorAnswer &) |
Public Member Functions | |
FwdStatePeerAnswerDialer (Method method, FwdState *fwd) | |
virtual bool | canDial (AsyncCall &) |
void | dial (AsyncCall &) |
virtual void | print (std::ostream &os) const |
virtual Security::EncryptorAnswer & | answer () |
gives PeerConnector access to the in-dialer answer More... | |
Private Attributes | |
Method | method_ |
CbcPointer< FwdState > | fwd_ |
Security::EncryptorAnswer | answer_ |
Detailed Description
Definition at line 81 of file FwdState.cc.
Member Typedef Documentation
◆ Method
typedef void(FwdState::* FwdStatePeerAnswerDialer::Method) (Security::EncryptorAnswer &) |
Definition at line 84 of file FwdState.cc.
Constructor & Destructor Documentation
◆ FwdStatePeerAnswerDialer()
Definition at line 86 of file FwdState.cc.
Member Function Documentation
◆ answer()
|
inlinevirtual |
Implements Security::PeerConnector::CbDialer.
Definition at line 97 of file FwdState.cc.
References answer_.
◆ canDial()
|
inlinevirtual |
Definition at line 90 of file FwdState.cc.
References fwd_, and CbcPointer< Cbc >::valid().
◆ dial()
|
inline |
Definition at line 91 of file FwdState.cc.
◆ print()
|
inlinevirtual |
Implements CallDialer.
Definition at line 92 of file FwdState.cc.
References answer_, fwd_, and CbcPointer< Cbc >::get().
Member Data Documentation
◆ answer_
|
private |
Definition at line 102 of file FwdState.cc.
◆ fwd_
|
private |
Definition at line 101 of file FwdState.cc.
◆ method_
|
private |
Definition at line 100 of file FwdState.cc.
Referenced by dial().
The documentation for this class was generated from the following file:
- src/FwdState.cc