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

Atlfast::NoConst< T > Class Template Reference

#include <AssocTypeRecoverer.h>

List of all members.


Public Methods

T * operator() (const T *t)

template<class T>
class Atlfast::NoConst< T >


Member Function Documentation

template<class T>
T* Atlfast::NoConst< T >::operator() const T *    t [inline]
 

Definition at line 51 of file AssocTypeRecoverer.h.

00051 {return const_cast<T*>(t);}

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