ITK
4.9.0
Insight Segmentation and Registration Toolkit
|
#include <iostream>
Go to the source code of this file.
Classes | |
class | itk::SmartPointer< TObjectType > |
Namespaces | |
itk | |
Macros | |
#define | ITK_SP_NOEXCEPT |
#define | ITK_SP_NULLPTR NULL |
Functions | |
template<typename T > | |
std::ostream & | itk::operator<< (std::ostream &os, SmartPointer< T > p) |
template<typename T > | |
void | itk::swap (SmartPointer< T > &a, SmartPointer< T > &b) |
#define ITK_SP_NOEXCEPT |
Definition at line 52 of file itkSmartPointer.h.
#define ITK_SP_NULLPTR NULL |
Definition at line 51 of file itkSmartPointer.h.
Referenced by itk::SmartPointer< const Self >::IsNotNull(), itk::SmartPointer< const Self >::IsNull(), itk::SmartPointer< const Self >::SmartPointer(), and itk::SmartPointer< const Self >::~SmartPointer().