DumpFormat.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_DumpFormat_
18 #define HH_SENF_Packets_DumpFormat_ 1
19 
20 #ifndef HH_SENF_Packets_Packets_
21 #error "Don't include 'DumpFormat.hh' directly, include 'Packets.hh'"
22 #endif
23 
24 // Custom includes
25 
26 //#include "DumpFormat.mpp"
27 //-/////////////////////////////////////////////////////////////////////////////////////////////////
28 
29 namespace senf {
30 
31  std::string fieldName(std::string const & s);
32 
33 }
34 
35 //-/////////////////////////////////////////////////////////////////////////////////////////////////
36 #endif
37 #if !defined(HH_SENF_Packets_Packets__decls_) && !defined(HH_SENF_Packets_DumpFormat_i_)
38 #define HH_SENF_Packets_DumpFormat_i_
39 //#include "DumpFormat.cci"
40 //#include "DumpFormat.ct"
41 //#include "DumpFormat.cti"
42 #endif
43 
44 
45 // Local Variables:
46 // mode: c++
47 // fill-column: 100
48 // comment-column: 40
49 // c-file-style: "senf"
50 // indent-tabs-mode: nil
51 // ispell-local-dictionary: "american"
52 // compile-command: "scons -u test"
53 // End:
std::string fieldName(std::string const &s)
Definition: DumpFormat.cc:28