Bayeux  3.4.1
Core Foundation library for SuperNEMO
special_symbols.h
Go to the documentation of this file.
1 //
4 // Copyright (c) 2017 by François Mauger <mauger@lpccaen.in2p3.fr>
5 //
6 // This file is part of datatools.
7 //
8 // datatools 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
11 // (at your option) any later version.
12 //
13 // datatools 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 datatools. If not, see <http://www.gnu.org/licenses/>.
20 
21 #ifndef DATATOOLS_UI_SPECIAL_SYMBOLS_H
22 #define DATATOOLS_UI_SPECIAL_SYMBOLS_H
23 
24 // Standard libraries:
25 #include <string>
26 
27 namespace datatools {
28 
29  namespace ui {
30 
31  bool has_unicode_symbols();
32 
33  const std::string & check_mark();
34 
35  const std::string & error_mark();
36 
37  } // namespace ui
38 
39 } // namespace datatools
40 
41 #endif // DATATOOLS_UI_SPECIAL_SYMBOLS_H
42 
43 // Local Variables: --
44 // mode: c++ --
45 // c-file-style: "gnu" --
46 // tab-width: 2 --
47 // End: --
bool has_unicode_symbols()
const std::string & check_mark()
const std::string & error_mark()
The Bayeux/datatools library top-level namespace.
Definition: algo.h:13