hpp-corbaserver
4.9.0
Corba server for Humanoid Path Planner applications
|
#include <hpp/corbaserver/servant-base.hh>
Public Types | |
typedef _Storage | Storage |
typedef boost::weak_ptr< typename Storage::element_type > | StorageElementWkPtr_t |
typedef boost::shared_ptr< typename Storage::element_type > | StorageElementShPtr_t |
Public Types inherited from hpp::corbaServer::AbstractServantBase< T > | |
typedef boost::shared_ptr< T > | TShPtr_t |
typedef boost::weak_ptr< T > | TWkPtr_t |
Public Member Functions | |
virtual | ~ServantBase () |
virtual TShPtr_t | get () const |
StorageElementShPtr_t | getT () const |
const Storage & | getS () const |
void | persistantStorage (bool persistant) |
Set to true if the servant should take ownership of this object. More... | |
bool | persistantStorage () const |
See persistantStorage(bool) More... | |
void | deleteThis () |
Public Member Functions inherited from hpp::corbaServer::AbstractServantBase< T > | |
virtual | ~AbstractServantBase () |
virtual Server::ServantKey | getServantKey () const |
Protected Member Functions | |
ServantBase (Server *server, const Storage &_s) | |
Protected Member Functions inherited from hpp::corbaServer::AbstractServantBase< T > | |
AbstractServantBase (Server *server) | |
Protected Attributes | |
Storage | s |
Protected Attributes inherited from hpp::corbaServer::AbstractServantBase< T > | |
Server * | server_ |
typedef _Storage hpp::corbaServer::ServantBase< T, _Storage >::Storage |
typedef boost::shared_ptr<typename Storage::element_type> hpp::corbaServer::ServantBase< T, _Storage >::StorageElementShPtr_t |
typedef boost:: weak_ptr<typename Storage::element_type> hpp::corbaServer::ServantBase< T, _Storage >::StorageElementWkPtr_t |
|
inlinevirtual |
|
inlineprotected |
|
inline |
|
inlinevirtual |
Implements hpp::corbaServer::AbstractServantBase< T >.
|
inline |
|
inline |
|
inline |
Set to true if the servant should take ownership of this object.
|
inline |
|
protected |