MIRA
Namespaces | Typedefs | Functions
TypeId.h File Reference

Provides method for generating a unique id for any type. More...

#include <typeinfo>
#include <boost/type_traits/remove_cv.hpp>
#include <platform/Platform.h>
Include dependency graph for TypeId.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Typedefs

typedef int TypeId
 The type of the integral TypeId, that can be retrieved by typeId<T>() More...
 

Functions

template<typename T >
TypeId typeId ()
 Generates unique IDs for different types. More...
 

Detailed Description

Provides method for generating a unique id for any type.

Author
Erik Einhorn
Date
2010/07/01