SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
TypeName.cc File Reference
#include <string>
#include <Core/Datatypes/Legacy/Base/TypeName.h>
#include <Core/GeometryPrimitives/Vector.h>
#include <Core/GeometryPrimitives/Point.h>

Namespaces

 SCIRun
 STL datatypes needed.
 

Functions

template<>
const string find_type_name (float *)
 
template<>
const string find_type_name (double *)
 
template<>
const string find_type_name (long double *)
 
template<>
const string find_type_name (short *)
 
template<>
const string find_type_name (unsigned short *)
 
template<>
const string find_type_name (int *)
 
template<>
const string find_type_name (unsigned int *)
 
template<>
const string find_type_name (long *)
 
template<>
const string find_type_name (unsigned long *)
 
template<>
const string find_type_name (long long *)
 
template<>
const string find_type_name (unsigned long long *)
 
template<>
const string find_type_name (char *)
 
template<>
const string find_type_name (unsigned char *)
 
template<>
const string find_type_name (bool *)
 
template<>
const string find_type_name (Vector *)
 
template<>
const string find_type_name (Point *)
 
template<>
const string find_type_name (Transform *)
 
template<>
const string find_type_name (string *)