Serialbox  2.2.0
Data serialization library and tools for C/C++, Python and Fortran
ForwardDecl.h
Go to the documentation of this file.
1 //===-- serialbox/core/frontend/stella/ForwardDecl.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_STELLA_FORWARDDECL_H
16 #define SERIALBOX_CORE_FRONTEND_STELLA_FORWARDDECL_H
17 
19 
20 namespace serialbox {
21 
22 class FieldMap;
23 class FieldMetainfoImpl;
24 class MetainfoMapImpl;
25 class MetainfoValueImpl;
26 class SerializerImpl;
27 class SavepointImpl;
28 
31 namespace stella {}
32 
33 } // namespace serialbox
34 
37 namespace ser = serialbox::stella;
38 
39 #endif
Namespace of the STELLA frontend.
Definition: ForwardDecl.h:27
Namespace of the serialbox library.
Definition: Archive.h:25