MIRA
Namespaces | Typedefs | Functions
Typename.h File Reference

Get compiler and platform independent typenames. More...

#include <typeinfo>
#include <string>
#include <sstream>
#include <platform/Platform.h>
Include dependency graph for Typename.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 std::string Typename
 

Functions

template<typename T >
Typename typeName (bool cvqualify=true)
 Returns a compiler and platform independent typename of T. More...
 
template<typename T >
Typename typeName (T &t, bool cvqualify=true)
 Returns a compiler and platform independent typename of t (not necessarily type T). More...
 

Detailed Description

Get compiler and platform independent typenames.

Author
Tim Langner
Date
2010/10/19