Atlfast::NewNoConst< T > Class Template Reference

STL helper class that makes new object while removing constness. More...

#include <AssocTypeConverter.h>

List of all members.

Public Member Functions

T * operator() (const T *t)


Detailed Description

template<class T>
class Atlfast::NewNoConst< T >

STL helper class that makes new object while removing constness.

Definition at line 62 of file AssocTypeConverter.h.


Member Function Documentation

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

Makes new object while removing constness

Definition at line 65 of file AssocTypeConverter.h.

00065 {return new T(*t);}


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