31 #if defined(CStack_RECURSES)
32 #error Recursive header files inclusion detected in CStack.h
33 #else // defined(CStack_RECURSES)
35 #define CStack_RECURSES
44 #include "DGtal/base/Common.h"
45 #include "DGtal/base/ConceptUtils.h"
95 typedef typename T::value_type
Value;
96 typedef typename T::size_type
Size;
127 #endif // !defined CStack_h
129 #undef CStack_RECURSES
130 #endif // else defined(CStack_RECURSES)
void checkConstConstraints() const
BOOST_CONCEPT_USAGE(CStack)
DGtal is the top-level namespace which contains all DGtal functions and types.
Go to http://www.sgi.com/tech/stl/CopyConstructible.html.
void sameType(const T &, const T &)
Aim: This concept gathers classes that provide a stack interface.
Go to http://www.sgi.com/tech/stl/Assignable.html.