Class documentation of Concepts

Loading...
Searching...
No Matches
using_p.hh
Go to the documentation of this file.
1
6#ifndef using_p_hh
7#define using_p_hh
8
9#include "basics.hh"
11#include "toolbox/array.hh"
12#include "toolbox/dynArray.hh"
13#include "geometry/connector.hh"
14#include "geometry/cell.hh"
15
16namespace parallel {
17
18 // ********************************************* Usings **
19
20 using std::unique_ptr;
21
22 using concepts::Real;
23 using concepts::sint;
24 using concepts::uchar;
25 using concepts::ushort;
26
27 using concepts::Real3d;
28
30
31 using concepts::Array;
33 using concepts::Scan;
34
40
41 using concepts::Cell;
42 using concepts::Cell1;
43 using concepts::Cell2;
44 using concepts::Cell3;
45
46} // namespace parallel
47
48#endif // using_p_hh
One dimensional cell.
Definition cell.hh:75
Two dimensional cell.
Definition cell.hh:89
Three dimensional cell.
Definition cell.hh:112
signed int sint
Abbreviation for signed int.
Definition typedefs.hh:45
double Real
Definition typedefs.hh:39
unsigned short ushort
Abbreviation for unsigned short.
Definition typedefs.hh:51
unsigned char uchar
Abbreviation for unsigned char.
Definition typedefs.hh:48