DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
CSignedInteger.h
1 
17 #pragma once
18 
33 #if defined(CSignedInteger_RECURSES)
34 #error Recursive header files inclusion detected in CSignedInteger.h
35 #else // defined(CSignedInteger_RECURSES)
36 
37 #define CSignedInteger_RECURSES
38 
39 #if !defined CSignedInteger_h
40 
41 #define CSignedInteger_h
42 
44 // Inclusions
45 #include <iostream>
46 #include "boost/concept_check.hpp"
47 #include "DGtal/base/Common.h"
48 #include "DGtal/base/ConceptUtils.h"
49 #include "DGtal/kernel/CInteger.h"
50 #include "DGtal/kernel/NumberTraits.h"
52 
53 namespace DGtal
54 {
55 
57  // class CSignedInteger
111  template <typename T>
113  {
114  // ----------------------- Concept checks ------------------------------
115  public:
117  {
118  // Will compile iff Signed.
120  }
121 
122  // ------------------------- Private Datas --------------------------------
123  private:
124 
125  // ------------------------- Internals ------------------------------------
126  private:
128 
129  }; // end of concept CSignedInteger
130 
131 } // namespace DGtal
132 
133 
134 // //
136 
137 #endif // !defined CSignedInteger_h
138 
139 #undef CSignedInteger_RECURSES
140 #endif // else defined(CSignedInteger_RECURSES)