#include <senf/Socket/SocketPolicy.hh>
For internal use only.
This class provides the baseclass of all socket policies (bundles). It serves two purposes:
Definition at line 453 of file SocketPolicy.hh.
Public Member Functions |
|
AddressingPolicyBase const & | theAddressingPolicy () const =0 |
Polymorphic access to policy axes. |
|
virtual | ~SocketPolicyBase () |
senf::SocketPolicyBase:: | ||||
~SocketPolicyBase | () | |||
Definition at line 50 of file SocketPolicy.cc.
AddressingPolicyBase const& senf::SocketPolicyBase:: | ||||
theAddressingPolicy | () | |||
Polymorphic access to policy axes.
This is an example of a policy axes accessor. It returns a reference to the policy axes used by the concrete protocol bundle. This reference can then be checked using RTTI information.