senf::FramingPolicyBase Struct Reference
[The Policy Framework]

Policy defining the framing format. More...

#include <senf/Socket/SocketPolicy.hh>

Inheritance diagram for senf::FramingPolicyBase:
Inheritance graph
[legend]

List of all members.


Detailed Description

Policy defining the framing format.

This policy does not define any operations since it does have no influence on any method signature. It does however affect the semantics of the read() and write() operations.

Note:
This policy axis probably only has two sensible states: StreamFramingPolicy and DatagramFramingPolicy.
See also:
The Policy Framework

Definition at line 310 of file SocketPolicy.hh.


Public Member Functions

virtual  ~FramingPolicyBase ()

Constructor & Destructor Documentation

senf::FramingPolicyBase::
~FramingPolicyBase ()

Definition at line 38 of file SocketPolicy.cc.


The documentation for this struct was generated from the following files: