Lumiera  0.pre.03
»edit your freedom«
vault/common.hpp
Go to the documentation of this file.
1 /*
2  COMMON.hpp - common types and definitions for the Vault-Layer
3 
4 
5  Copyright (C) Lumiera.org
6  2023, Hermann Vosseler <Ichthyostega@web.de>
7 
8  This program is free software; you can redistribute it and/or
9  modify it under the terms of the GNU General Public License as
10  published by the Free Software Foundation; either version 2 of
11  the License, or (at your option) any later version.
12 
13  This program is distributed in the hope that it will be useful,
14  but WITHOUT ANY WARRANTY; without even the implied warranty of
15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  GNU General Public License for more details.
17 
18  You should have received a copy of the GNU General Public License
19  along with this program; if not, write to the Free Software
20  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21 
22 */
23 
37 #ifndef VAULT_COMMON_H
38 #define VAULT_COMMON_H
39 
40 
41 
42 
43 /* ===== frequently used common types ===== */
44 
45 #include "lib/error.hpp" // pulls in NoBug via loggging.h
46 #include "lib/nocopy.hpp"
47 #include "lib/symbol.hpp"
48 #include "lib/time/timevalue.hpp"
49 
50 
51 
63 namespace vault {
64 
65 
70  namespace io { }
71 
72 
76  namespace out { }
77 
78 
82  namespace mem { }
83 
84 
89  namespace gear { }
90 
91 
95  namespace cache { }
96 
97 
104  namespace toolkit { }
105 
106 
112  namespace storage { }
113 
114 } //(End)namespace steam
115 
116 #endif /*VAULT_COMMON_H*/
Mix-Ins to allow or prohibit various degrees of copying and cloning.
Marker types to indicate a literal string and a Symbol.
Lumiera error handling (C++ interface).
a family of time value like entities and their relationships.
Vault-Layer implementation namespace root.