SENF Extensible Network Framework
Home
Overview
Examples
HowTos
Glossary
Ext
NetEmu
PPI
Packets
Scheduler
Socket
Utils
Console
Daemon
Logger
Termlib
AddressingPolicy.hh
Go to the documentation of this file.
1
//
2
// Copyright (c) 2020 Fraunhofer Institute for Applied Information Technology (FIT)
3
// Network Research Group (NET)
4
// Schloss Birlinghoven, 53754 Sankt Augustin, GERMANY
5
// Contact: support@wiback.org
6
//
7
// This file is part of the SENF code tree.
8
// It is licensed under the 3-clause BSD License (aka New BSD License).
9
// See LICENSE.txt in the top level directory for details or visit
10
// https://opensource.org/licenses/BSD-3-Clause
11
//
12
13
18
#ifndef HH_SENF_Socket_AddressingPolicy_
19
#define HH_SENF_Socket_AddressingPolicy_ 1
20
21
// Custom includes
22
#include "
SocketPolicy.hh
"
23
24
//#include "AddressingPolicy.mpp"
25
//-/////////////////////////////////////////////////////////////////////////////////////////////////
26
27
namespace
senf
{
28
30
//\{
31
39
struct
NoAddressingPolicy
:
public
AddressingPolicyBase
40
{};
41
42
//\}
43
}
44
45
//-/////////////////////////////////////////////////////////////////////////////////////////////////
46
//#include "AddressingPolicy.cci"
47
//#include "AddressingPolicy.ct"
48
//#include "AddressingPolicy.cti"
49
//#include "AddressingPolicy.mpp"
50
#endif
51
52
53
// Local Variables:
54
// mode: c++
55
// fill-column: 100
56
// c-file-style: "senf"
57
// indent-tabs-mode: nil
58
// ispell-local-dictionary: "american"
59
// compile-command: "scons -u test"
60
// comment-column: 40
61
// End:
SocketPolicy.hh
Policy Framework public header.
senf::AddressingPolicyBase
Policy defining socket addressing.
Definition:
SocketPolicy.hh:274
senf
Definition:
AddressingPolicy.hh:27
senf::NoAddressingPolicy
AddressingPolicy for non-addressable sockets.
Definition:
AddressingPolicy.hh:39