Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

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

#include <IKConversion.h>

List of all members.


Private Methods

U * operator() (T *t)

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


Member Function Documentation

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

Definition at line 8 of file IKConversion.h.

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

The documentation for this class was generated from the following file:
Generated on Tue Mar 18 11:18:56 2003 for AtlfastAlgs by doxygen1.3-rc1