GDCM  2.4.5
Public Member Functions | List of all members
gdcm::SmartPointer< ObjectType > Class Template Reference

Class for Smart Pointer. More...

#include <gdcmObject.h>

Inheritance diagram for gdcm::SmartPointer< ObjectType >:
Inheritance graph
[legend]

Public Member Functions

 SmartPointer ()
 
 SmartPointer (const SmartPointer< ObjectType > &p)
 
 SmartPointer (ObjectType *p)
 
 SmartPointer (ObjectType const &p)
 
 ~SmartPointer ()
 
ObjectType * GetPointer () const
 Explicit function to retrieve the pointer. More...
 
 operator ObjectType * () const
 Return pointer to object. More...
 
ObjectType & operator* () const
 
ObjectType * operator-> () const
 Overload operator -> More...
 
SmartPointeroperator= (SmartPointer const &r)
 Overload operator assignment. More...
 
SmartPointeroperator= (ObjectType *r)
 Overload operator assignment. More...
 
SmartPointeroperator= (ObjectType const &r)
 

Detailed Description

template<class ObjectType>
class gdcm::SmartPointer< ObjectType >

Class for Smart Pointer.

Will only work for subclass of gdcm::Object See tr1/shared_ptr for a more general approach (not invasive) #include <tr1/memory> { shared_ptr<Bla> b(new Bla); }

Note
Class partly based on post by Bill Hubauer: http://groups.google.com/group/comp.lang.c++/msg/173ddc38a827a930
See also
http://www.davethehat.com/articles/smartp.htm

and itk::SmartPointer

Examples:
ChangeSequenceUltrasound.cxx, CStoreQtProgress.cxx, DumpGEMSMovieGroup.cxx, DumpPhilipsECHO.cxx, DumpToshibaDTI.cxx, Extracting_All_Resolution.cxx, Fake_Image_Using_Stream_Image_Writer.cxx, FixBrokenJ2K.cxx, gdcmrtionplan.cxx, gdcmrtplan.cxx, GenAllVR.cxx, GenFakeIdentifyFile.cxx, GenLongSeqs.cxx, GenSeqs.cxx, GetSubSequenceData.cxx, LargeVRDSExplicit.cxx, ReadAndDumpDICOMDIR.cxx, ReadExplicitLengthSQIVR.cxx, and SimpleScanner.cxx.

Constructor & Destructor Documentation

template<class ObjectType>
gdcm::SmartPointer< ObjectType >::SmartPointer ( )
inline
template<class ObjectType>
gdcm::SmartPointer< ObjectType >::SmartPointer ( const SmartPointer< ObjectType > &  p)
inline
template<class ObjectType>
gdcm::SmartPointer< ObjectType >::SmartPointer ( ObjectType *  p)
inline
template<class ObjectType>
gdcm::SmartPointer< ObjectType >::SmartPointer ( ObjectType const &  p)
inline
template<class ObjectType>
gdcm::SmartPointer< ObjectType >::~SmartPointer ( )
inline

Member Function Documentation

template<class ObjectType>
ObjectType* gdcm::SmartPointer< ObjectType >::GetPointer ( ) const
inline

Explicit function to retrieve the pointer.

template<class ObjectType>
gdcm::SmartPointer< ObjectType >::operator ObjectType * ( ) const
inline

Return pointer to object.

template<class ObjectType>
ObjectType& gdcm::SmartPointer< ObjectType >::operator* ( ) const
inline
template<class ObjectType>
ObjectType* gdcm::SmartPointer< ObjectType >::operator-> ( ) const
inline

Overload operator ->

template<class ObjectType>
SmartPointer& gdcm::SmartPointer< ObjectType >::operator= ( SmartPointer< ObjectType > const &  r)
inline

Overload operator assignment.

Referenced by gdcm::SmartPointer< Value >::operator=().

template<class ObjectType>
SmartPointer& gdcm::SmartPointer< ObjectType >::operator= ( ObjectType *  r)
inline

Overload operator assignment.

template<class ObjectType>
SmartPointer& gdcm::SmartPointer< ObjectType >::operator= ( ObjectType const &  r)
inline

The documentation for this class was generated from the following files:

Generated on Fri Sep 25 2015 17:58:33 for GDCM by doxygen 1.8.9.1
SourceForge.net Logo