|
hpp-corbaserver 6.0.0
Corba server for Humanoid Path Planner applications
|
#include <hpp/corbaserver/servant-base.hh>


Public Types | |
| typedef _Storage | Storage |
| typedef weak_ptr< typename Storage::element_type > | StorageElementWkPtr_t |
| typedef shared_ptr< typename Storage::element_type > | StorageElementShPtr_t |
Public Types inherited from hpp::corbaServer::AbstractServantBase< T > | |
| typedef shared_ptr< T > | TShPtr_t |
| typedef weak_ptr< T > | TWkPtr_t |
Public Member Functions | |
| virtual | ~ServantBase () |
| virtual TShPtr_t | get () const |
| bool | expired () const final |
| StorageElementShPtr_t | getT () const |
| const Storage & | getS () const |
| void | persistantStorage (bool persistant) |
| Set to true if the servant should take ownership of this object. | |
| bool | persistantStorage () const |
| See persistantStorage(bool) | |
| void | deleteThis () |
| bool | deleteIfExpired () |
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 | wrappedObject_ |
Protected Attributes inherited from hpp::corbaServer::AbstractServantBase< T > | |
| Server * | server_ |
| typedef _Storage hpp::corbaServer::ServantBase< T, _Storage >::Storage |
| typedef shared_ptr<typename Storage::element_type> hpp::corbaServer::ServantBase< T, _Storage >::StorageElementShPtr_t |
| typedef weak_ptr<typename Storage::element_type> hpp::corbaServer::ServantBase< T, _Storage >::StorageElementWkPtr_t |
|
inlinevirtual |
|
inlineprotected |
|
inline |
|
inline |
|
inlinefinalvirtual |
Implements hpp::corbaServer::AbstractServantKey.
|
inlinevirtual |
Implements hpp::corbaServer::AbstractServantBase< T >.
|
inline |
|
inline |
|
inline |
|
inline |
Set to true if the servant should take ownership of this object.
|
protected |