EUI64Parser.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 
17 #ifndef HH_SENF_Packets_DefaultBundle_EUI64Parser_
18 #define HH_SENF_Packets_DefaultBundle_EUI64Parser_ 1
19 
20 // Custom includes
21 #include <senf/Packets.hh>
23 
25 namespace senf {
26 
33  struct EUI64Parser
34  : public ArrayValueParserBase<EUI64Parser, EUI64>
35  {
37 
38  using Base::operator=;
39  };
40 
41 }
42 //-/////////////////////////////////////////////////////////////////////////////////////////////////
43 //#include "EUI64Parser.cci"
44 //#include "EUI64Parser.ct"
45 //#include "EUI64Parser.cti"
46 #endif
Parse an EUI64 address.
Definition: EUI64Parser.hh:33
Packet data STL-sequence view.
Definition: PacketData.hh:61
data_iterator i() const
Return beginning of data to parse.
EUI64Parser(data_iterator i, state_type s)
Definition: EUI64Parser.hh:36
detail::packet::iterator data_iterator
Raw data iterator type.