Atlfast::Cast< T, U > Class Template Reference

#include <IKConversion.h>

List of all members.

Private Member Functions

U * operator() (T *t)


Detailed Description

template<class T, class U>
class Atlfast::Cast< T, U >

Simple function to perform static_cast from T to U

Definition at line 10 of file IKConversion.h.


Member Function Documentation

template<class T, class U>
U* Atlfast::Cast< T, U >::operator() ( T *  t  )  [inline, private]

Definition at line 11 of file IKConversion.h.

00011 {return static_cast<U>(t);}


The documentation for this class was generated from the following file:
Generated on Mon Sep 24 14:19:40 2007 for AtlfastAlgs by  doxygen 1.5.1