Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itkConceptChecking.h File Reference

Go to the source code of this file.

Namespaces

namespace  itk
namespace  itk::Concept
namespace  itk::Concept::Detail

Classes

struct  itk::Concept::AdditiveOperators< T1, T2, T3 >
struct  itk::Concept::AdditiveOperators< T1, T2, T3 >::Constraints
struct  itk::Concept::Assignable< T >
struct  itk::Concept::Assignable< T >::Constraints
struct  itk::Concept::BracketOperator< T1, T2, T3 >
struct  itk::Concept::BracketOperator< T1, T2, T3 >::Constraints
struct  itk::Concept::Comparable< T1, T2 >
struct  itk::Concept::Comparable< T1, T2 >::Constraints
struct  itk::Concept::Convertible< T1, T2 >
struct  itk::Concept::Convertible< T1, T2 >::Constraints
struct  itk::Concept::CopyConstructible< T >
struct  itk::Concept::CopyConstructible< T >::Constraints
struct  itk::Concept::DefaultConstructible< T >
struct  itk::Concept::DefaultConstructible< T >::Constraints
struct  itk::Concept::DivisionOperators< T1, T2, T3 >
struct  itk::Concept::DivisionOperators< T1, T2, T3 >::Constraints
struct  itk::Concept::EqualityComparable< T1, T2 >
struct  itk::Concept::EqualityComparable< T1, T2 >::Constraints
struct  itk::Concept::GreaterThanComparable< T1, T2 >
struct  itk::Concept::GreaterThanComparable< T1, T2 >::Constraints
struct  itk::Concept::HasJoinTraits< T1, T2 >
struct  itk::Concept::HasJoinTraits< T1, T2 >::Constraints
struct  itk::Concept::HasNumericTraits< T >
struct  itk::Concept::HasNumericTraits< T >::Constraints
struct  itk::Concept::HasPixelTraits< T >
struct  itk::Concept::HasPixelTraits< T >::Constraints
struct  itk::Concept::HasValueType< T >
struct  itk::Concept::HasValueType< T >::Constraints
struct  itk::Concept::HasZero< T >
struct  itk::Concept::HasZero< T >::Constraints
struct  itk::Concept::IncrementDecrementOperators< T >
struct  itk::Concept::IncrementDecrementOperators< T >::Constraints
struct  itk::Concept::IsFixedPoint< T >
struct  itk::Concept::IsFixedPoint< T >::Constraints
struct  itk::Concept::IsFloatingPoint< T >
struct  itk::Concept::IsFloatingPoint< T >::Constraints
struct  itk::Concept::IsInteger< T >
struct  itk::Concept::IsInteger< T >::Constraints
struct  itk::Concept::IsNonInteger< T >
struct  itk::Concept::IsNonInteger< T >::Constraints
struct  itk::Concept::LessThanComparable< T1, T2 >
struct  itk::Concept::LessThanComparable< T1, T2 >::Constraints
struct  itk::Concept::LogicalOperators< T1, T2, T3 >
struct  itk::Concept::LogicalOperators< T1, T2, T3 >::Constraints
struct  itk::Concept::MultiplyAndAssignOperator< T1, T2 >
struct  itk::Concept::MultiplyAndAssignOperator< T1, T2 >::Constraints
struct  itk::Concept::MultiplyOperator< T1, T2, T3 >
struct  itk::Concept::MultiplyOperator< T1, T2, T3 >::Constraints
struct  itk::Concept::NotOperator< T >
struct  itk::Concept::NotOperator< T >::Constraints
struct  itk::Concept::OStreamWritable< T >
struct  itk::Concept::OStreamWritable< T >::Constraints
struct  itk::Concept::SameDimension< D1, D2 >
struct  itk::Concept::SameDimension< D1, D2 >::Constraints
struct  itk::Concept::SameDimensionOrMinusOne< D1, D2 >
struct  itk::Concept::SameDimensionOrMinusOne< D1, D2 >::Constraints
struct  itk::Concept::SameType< T1, T2 >
struct  itk::Concept::SameType< T1, T2 >::Constraints
struct  itk::Concept::Signed< T >
struct  itk::Concept::Signed< T >::Constraints
struct  itk::Concept::Detail::UniqueType< T >
struct  itk::Concept::Detail::UniqueType_bool<>
struct  itk::Concept::Detail::UniqueType_int<>
struct  itk::Concept::Detail::UniqueType_unsigned_int< int >

Defines

#define ITK_CONCEPT_IMPLEMENTATION_STANDARD
#define itkConceptConstraintsMacro()
#define itkConceptMacro(name, concept)   enum { name = sizeof concept }

Functions

template<typename T>
void itk::Concept::Detail::IgnoreUnusedVariable (T)
template<class T>
void itk::Concept::Detail::RequireBooleanExpression (const T &t)


Define Documentation

#define ITK_CONCEPT_IMPLEMENTATION_STANDARD

Choose a concept checking implementation based on compiler abilities.

Definition at line 38 of file itkConceptChecking.h.

 
#define itkConceptConstraintsMacro (  ) 

Value:

template <void (Constraints::*)()> struct Enforcer {}; \
    typedef Enforcer<&Constraints::constraints> EnforcerInstantiation
Standard instantiation-time concept check. No run-time overhead introduced. This implementation is based on "Concept Checking: Binding Parametric Polymorphism in C++" by Jeremy Siek and Andrew Lumsdaine, University of Notre Dame.

Definition at line 55 of file itkConceptChecking.h.

#define itkConceptMacro ( name,
concept   )     enum { name = sizeof concept }

Definition at line 58 of file itkConceptChecking.h.


Generated at Thu Nov 6 01:07:20 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000