Horus Doc || C++ Reference || Class Overview   Pixels   Images   Detector   Geometry   Registry || Doxygen's quick Index  

HxClassName Struct Template Reference

Class to convert a static type (i.e. More...

#include <HxClassName.h>

List of all members.

Public Methods

 operator HxString ()
 Convert to string. More...


Detailed Description

template<class Type>
struct HxClassName< Type >

Class to convert a static type (i.e.

Type) to a string by calling Type::className(). Contains template specializations for types that do not have className(), e.g. builtin types.


Member Function Documentation

template<class Type>
HxClassName< Type >::operator HxString   [inline]
 

Convert to string.

00033 {
00034     return Type::className();
00035 }


The documentation for this struct was generated from the following file:
Generated on Mon Jan 27 15:48:58 2003 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001