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) BOOST_CONCEPT_USAGE(CStack)
void checkConstConstraints() const
Go to http://www.sgi.com/tech/stl/Assignable.html.
Aim: This concept gathers classes that provide a stack interface.
void sameType(const T &t1, const T &t2)
Go to http://www.sgi.com/tech/stl/CopyConstructible.html.
DGtal is the top-level namespace which contains all DGtal functions and types.