Serialbox  2.2.0
Data serialization library and tools for C/C++, Python and Fortran
Slice.h
Go to the documentation of this file.
1 //===-- serialbox/core/frontend/gridtools/Slice.h ---------------------------------*- C++ -*-===//
2 //
3 // S E R I A L B O X
4 //
5 // This file is distributed under terms of BSD license.
6 // See LICENSE.txt for more information
7 //
8 //===------------------------------------------------------------------------------------------===//
9 //
13 //===------------------------------------------------------------------------------------------===//
14 
15 #ifndef SERIALBOX_CORE_FRONTEND_GRIDTOOLS_SLICE_H
16 #define SERIALBOX_CORE_FRONTEND_GRIDTOOLS_SLICE_H
17 
18 #include "serialbox/core/Slice.h"
19 
20 namespace serialbox {
21 
22 namespace gridtools {
23 
44 
45 } // namespace gridtools
46 
47 } // namespace serialbox
48 
49 #endif
Namespace of the serialbox library.
Definition: Archive.h:25
Namespace of the gridtools frontend.
Specification of the slice indices which is used for partial loading of serialized data...
Definition: Slice.h:53