baci::CORBAServantSPStorage

NAME
SYNOPSIS
Detailed Description
Constructor & Destructor Documentation
Member Function Documentation
Author

NAME

baci::CORBAServantSPStorage −

SYNOPSIS

#include <baciSmartServantPointer.h>

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]

Author

Generated automatically by Doxygen for ACS-2015.2 C++ API from the source code.