Go to the source code of this file.
Namespaces | |
namespace | itk |
Classes | |
class | itk::AutoPointer< TObjectType > |
Implements an Automatic Pointer to an object. More... | |
Functions | |
template<typename T> std::ostream & | operator<< (std::ostream &os, AutoPointer< T > p) |
|
Definition at line 225 of file itkAutoPointer.h. References ITK_EXPORT. |
|
This templated function is intended to facilitate the transfer between AutoPointers of Derived class to Base class Definition at line 237 of file itkAutoPointer.h. |