Public Types | Public Member Functions | Protected Member Functions

baci::CORBAServantSPStorage< T > Class Template Reference

#include <baciSmartServantPointer.h>

List of all members.

Public Types

typedef T * StoredType

Public Member Functions

 CORBAServantSPStorage ()
 CORBAServantSPStorage (const CORBAServantSPStorage &st)
template<class U >
 CORBAServantSPStorage (const CORBAServantSPStorage< U > &st)
 CORBAServantSPStorage (const StoredType &p)

Protected Member Functions

void Destroy ()

Detailed Description

template<class T>
class baci::CORBAServantSPStorage< T >

The smart pointer for a CORBA servant The class is derived from Loki::SmartPtr and ensures to call the destroy method when the pointer is deleted

Author:
Alessandro Caproni

Constructor & Destructor Documentation

template<class T>
baci::CORBAServantSPStorage< T >::CORBAServantSPStorage (  )  [inline]
template<class T>
baci::CORBAServantSPStorage< T >::CORBAServantSPStorage ( const CORBAServantSPStorage< T > &  st  )  [inline]
template<class T>
template<class U >
baci::CORBAServantSPStorage< T >::CORBAServantSPStorage ( const CORBAServantSPStorage< U > &  st  )  [inline]
template<class T>
baci::CORBAServantSPStorage< T >::CORBAServantSPStorage ( const StoredType p  )  [inline]

Member Function Documentation

template<class T>
void baci::CORBAServantSPStorage< T >::Destroy (  )  [inline, protected]

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