GDCM  2.2.0
Public Member Functions | Protected Member Functions | Friends
gdcm::Object Class Reference

Object. More...

#include <gdcmObject.h>

Inheritance diagram for gdcm::Object:
[legend]

List of all members.

Public Member Functions

 Object ()
 Object (const Object &)
 Special requirement for copy/cstor, assigment operator.
virtual ~Object ()
void operator= (const Object &)
virtual void Print (std::ostream &) const

Protected Member Functions

void Register ()
void UnRegister ()

Friends

std::ostream & operator<< (std::ostream &os, const Object &obj)
class SmartPointer

Detailed Description

Object.

Note:
main superclass for object that want to use SmartPointer invasive ref counting system
See also:
SmartPointer

Constructor & Destructor Documentation

gdcm::Object::Object ( )
inline
virtual gdcm::Object::~Object ( )
inlinevirtual
gdcm::Object::Object ( const Object )
inline

Special requirement for copy/cstor, assigment operator.


Member Function Documentation

void gdcm::Object::operator= ( const Object )
inline
virtual void gdcm::Object::Print ( std::ostream &  ) const
inlinevirtual
void gdcm::Object::Register ( )
inlineprotected
void gdcm::Object::UnRegister ( )
inlineprotected

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const Object obj 
)
friend
friend class SmartPointer
friend

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

Generated on Wed Jun 13 2012 20:40:39 for GDCM by doxygen 1.8.1
SourceForge.net Logo