WarpX
MsgLogger_fwd.H
Go to the documentation of this file.
1 /* Copyright 2021 Luca Fedeli
2  *
3  * This file is part of WarpX.
4  *
5  * License: BSD-3-Clause-LBNL
6  */
7 
8 #ifndef ABLASTR_MSG_LOGGER_FWD_H
9 #define ABLASTR_MSG_LOGGER_FWD_H
10 
12 {
13  enum class Priority;
14 
15  struct Msg;
16  struct MsgWithCounter;
17  struct MsgWithCounterAndRanks;
18 
19  class Logger;
20 }
21 
22 #endif //ABLASTR_MSG_LOGGER_FWD_H
Definition: MsgLogger.H:20
Priority
Definition: MsgLogger.H:25