Bayeux  3.4.1
Core Foundation library for SuperNEMO
brio_common.h
Go to the documentation of this file.
1 /* Author(s) : Francois Mauger <mauger@lpccaen.in2p3.fr>
3  * Creation date : 2011-06-07
4  * Last modified : 2013-02-15
5  *
6  * Copyright (C) 2011-2013 Francois Mauger <mauger@lpccaen.in2p3.fr>
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation; either version 3 of the License, or (at
11  * your option) any later version.
12  *
13  * This program is distributed in the hope that it will be useful, but
14  * WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16  * 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., 51 Franklin Street, Fifth Floor,
21  * Boston, MA 02110-1301, USA.
22  *
23  *
24  * Description:
25  *
26  * Common resources for BRIO I/O
27  *
28  */
29 
46 #ifndef DPP_BRIO_COMMON_H
47 #define DPP_BRIO_COMMON_H 1
48 
49 // Standard library:
50 #include <string>
51 
52 namespace dpp {
53 
55  struct brio_common
56  {
57  static const std::string & general_info_store_label();
58  static const std::string & event_record_store_label();
59  };
60 
61 } // end of namespace dpp
62 
63 #endif // DPP_BRIO_COMMON_H
64 
65 // Local Variables: --
66 // mode: c++ --
67 // c-file-style: "gnu" --
68 // tab-width: 2 --
69 // End: --
Top-level namespace of the Bayeux/dpp module library.
Definition: base_module.h:56
static const std::string & general_info_store_label()
static const std::string & event_record_store_label()
brio I/O constants
Definition: brio_common.h:55