CCfits::FITSUtil::MatchType< T > Class Template Reference
function object that returns the FITS ValueType corresponding to an input intrinsic type
More...
#include <FITSUtil.h>
List of all members.
Detailed Description
template<typename T>
class CCfits::FITSUtil::MatchType< T >
function object that returns the FITS ValueType corresponding to an input intrinsic type
This is particularly useful inside templated class instances where calls to cfitsio need to supply a value type. With this function one can extract the value type from the class type.
usage:
MatchType<T> type;
ValueType dataType = type();
Uses run-time type information (RTTI) methods.
The documentation for this class was generated from the following file:
Generated on Fri Oct 12 13:39:44 2007 for CCfits by
1.4.7