GetFEM  5.5
dal_config.h
Go to the documentation of this file.
1 /* -*- c++ -*- (enables emacs c++ mode) */
2 /*===========================================================================
3 
4  Copyright (C) 2007-2026 Yves Renard
5 
6  This file is a part of GetFEM
7 
8  GetFEM is free software; you can redistribute it and/or modify it
9  under the terms of the GNU Lesser General Public License as published
10  by the Free Software Foundation; either version 3 of the License, or
11  (at your option) any later version along with the GCC Runtime Library
12  Exception either version 3.1 or (at your option) any later version.
13  This program is distributed in the hope that it will be useful, but
14  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15  or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
16  License and GCC Runtime Library Exception for more details.
17  You should have received a copy of the GNU Lesser General Public License
18  along with this program. If not, see https://www.gnu.org/licenses/.
19 
20  As a special exception, you may use this file as it is a part of a free
21  software library without restriction. Specifically, if other files
22  instantiate templates or use macros or inline functions from this file,
23  or you compile this file and link it with other files to produce an
24  executable, this file does not by itself cause the resulting executable
25  to be covered by the GNU Lesser General Public License. This exception
26  does not however invalidate any other reasons why the executable file
27  might be covered by the GNU Lesser General Public License.
28 
29 ===========================================================================*/
30 
31 /**@file dal_config.h
32  @brief defines and typedefs for namespace dal
33  @date January 30, 2007
34  @author Yves Renard
35 */
36 #ifndef DAL_CONFIG_H__
37 #define DAL_CONFIG_H__
38 
39 #include "gmm/gmm_except.h"
40 #include "gmm/gmm_algobase.h"
41 
42 namespace dal {
43 
44  using std::endl; using std::cout; using std::cerr;
45  using std::ends; using std::cin;
46 
47  using gmm::int8_type;
48  using gmm::uint8_type;
49  using gmm::int16_type;
50  using gmm::uint16_type;
51  using gmm::int32_type;
52  using gmm::uint32_type;
53  using gmm::int64_type;
54  using gmm::uint64_type;
55 
56  using gmm::lexicographical_less;
57  using gmm::approx_less;
58  using gmm::uclock_sec;
59 
60 } /* end of namespace bgeot. */
61 
62 
63 #endif /* DAL_CONFIG_H__ */
Miscelleanous algorithms on containers.
Definition of basic exceptions.
Dynamic Array Library.