senf::FramingPolicyBase Struct Reference

Policy defining the framing format. More...

#include <senf/Socket/SocketPolicy.hh>

Inheritance diagram for senf::FramingPolicyBase:

Public Member Functions

virtual ~FramingPolicyBase ()
 

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 291 of file SocketPolicy.hh.

Constructor & Destructor Documentation

◆ ~FramingPolicyBase()

senf::FramingPolicyBase::~FramingPolicyBase ( )
virtual

Definition at line 29 of file SocketPolicy.cc.


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