Tags.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_Utils_Tags_
18 #define HH_SENF_Utils_Tags_ 1
19 
20 // Custom includes
21 
22 //#include "Tags.mpp"
23 //-/////////////////////////////////////////////////////////////////////////////////////////////////
24 
43 namespace senf {
44 
56  enum NoThrow_t { nothrow };
57 
69  enum NoInit_t { noinit };
70 
71 }
72 
73 //-/////////////////////////////////////////////////////////////////////////////////////////////////
74 //#include "Tags.cci"
75 //#include "Tags.ct"
76 //#include "Tags.cti"
77 #endif
78 
79 
80 // Local Variables:
81 // mode: c++
82 // fill-column: 100
83 // comment-column: 40
84 // c-file-style: "senf"
85 // indent-tabs-mode: nil
86 // ispell-local-dictionary: "american"
87 // compile-command: "scons -u test"
88 // End:
NoInit_t
Type tag selecting uninitialized variant of something.
Definition: Tags.hh:69
NoThrow_t
Type tag selecting non-throwing variant of something.
Definition: Tags.hh:56