Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / BilatTools_CPP / src / core / tools / header / LimitsTools.h
1 #ifndef LIMITS_H
2 #define LIMITS_H
3
4
5
6 /*----------------------------------------------------------------------*\
7 |* Declaration *|
8 \*---------------------------------------------------------------------*/
9
10 class LimitsTools
11 {
12 public:
13
14 /*--------------------------------------*\
15 |* Constructor *|
16 \*-------------------------------------*/
17
18
19 LimitsTools();
20
21 /*--------------------------------------*\
22 |* Destructor *|
23 \*-------------------------------------*/
24
25 virtual ~LimitsTools();
26
27 /*--------------------------------------*\
28 |* Methodes *|
29 \*-------------------------------------*/
30
31 /**
32 * Be careful between linux and windows limits!
33 */
34 static void rappelTypeSize(void);
35
36
37 private:
38
39 /*--------------------------------------*\
40 |* Methodes *|
41 \*-------------------------------------*/
42
43 /*--------------------------------------*\
44 |* Attributs *|
45 \*-------------------------------------*/
46
47 };
48
49 #endif
50
51
52 /*----------------------------------------------------------------------*\
53 |* End *|
54 \*---------------------------------------------------------------------*/