#include <hpp/core_idl/paths-fwd.hh>


Public Types | |
| typedef hpp::core::Path | HppBase |
Public Types inherited from hpp::corbaServer::ServantBase< hpp::core::Path, _Storage > | |
| 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< hpp::core::Path > | |
| typedef shared_ptr< hpp::core::Path > | TShPtr_t |
| typedef weak_ptr< hpp::core::Path > | TWkPtr_t |
Public Member Functions | |
| SERVANT_BASE_TYPEDEFS (hpp::core_idl::Path, HppBase) | |
| PathServant (::hpp::corbaServer::Server *server, const _Storage &s) | |
| virtual | ~PathServant () |
| void | deleteThis () |
| ::CORBA::Boolean | deleteIfExpired () |
| void | persistantStorage (::CORBA::Boolean persistant) |
| hpp::size_type | outputSize () |
| hpp::size_type | outputDerivativeSize () |
| hpp::value_type | length () |
| hpp::floatSeq * | initial () |
| hpp::floatSeq * | end () |
| hpp::core_idl::ConstraintSet_ptr | constraints () |
| char * | str () |
| hpp::floatSeq * | call (hpp::value_type t, ::CORBA::Boolean &success) |
| hpp::floatSeq * | at (hpp::value_type t, ::CORBA::Boolean &success) |
| hpp::floatSeq * | derivative (hpp::value_type t, ::CORBA::Short order) |
| hpp::core_idl::Path_ptr | extract (hpp::value_type tmin, hpp::value_type tmax) |
| hpp::core_idl::PathVector_ptr | asVector () |
| hpp::core_idl::Path_ptr | reverse () |
Public Member Functions inherited from hpp::corbaServer::ServantBase< hpp::core::Path, _Storage > | |
| 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< hpp::core::Path > | |
| virtual | ~AbstractServantBase () |
| virtual Server::ServantKey | getServantKey () const |
Additional Inherited Members | |
Protected Member Functions inherited from hpp::corbaServer::ServantBase< hpp::core::Path, _Storage > | |
| ServantBase (Server *server, const Storage &_s) | |
Protected Member Functions inherited from hpp::corbaServer::AbstractServantBase< hpp::core::Path > | |
| AbstractServantBase (Server *server) | |
Protected Attributes inherited from hpp::corbaServer::ServantBase< hpp::core::Path, _Storage > | |
| Storage | wrappedObject_ |
Protected Attributes inherited from hpp::corbaServer::AbstractServantBase< hpp::core::Path > | |
| Server * | server_ |
| typedef hpp::core::Path hpp::core_impl::PathServant< _Base, _Storage >::HppBase |
| hpp::core_impl::PathServant< _Base, _Storage >::PathServant | ( | ::hpp::corbaServer::Server * | server, |
| const _Storage & | s ) |
|
virtual |
| hpp::core_idl::PathVector_ptr hpp::core_impl::PathServant< _Base, _Storage >::asVector | ( | ) |
| hpp::floatSeq * hpp::core_impl::PathServant< _Base, _Storage >::at | ( | hpp::value_type | t, |
| ::CORBA::Boolean & | success ) |
| hpp::floatSeq * hpp::core_impl::PathServant< _Base, _Storage >::call | ( | hpp::value_type | t, |
| ::CORBA::Boolean & | success ) |
| hpp::core_idl::ConstraintSet_ptr hpp::core_impl::PathServant< _Base, _Storage >::constraints | ( | ) |
| CORBA::Boolean hpp::core_impl::PathServant< _Base, _Storage >::deleteIfExpired | ( | ) |
| void hpp::core_impl::PathServant< _Base, _Storage >::deleteThis | ( | ) |
| hpp::floatSeq * hpp::core_impl::PathServant< _Base, _Storage >::derivative | ( | hpp::value_type | t, |
| ::CORBA::Short | order ) |
| hpp::floatSeq * hpp::core_impl::PathServant< _Base, _Storage >::end | ( | ) |
| hpp::core_idl::Path_ptr hpp::core_impl::PathServant< _Base, _Storage >::extract | ( | hpp::value_type | tmin, |
| hpp::value_type | tmax ) |
| hpp::floatSeq * hpp::core_impl::PathServant< _Base, _Storage >::initial | ( | ) |
| hpp::value_type hpp::core_impl::PathServant< _Base, _Storage >::length | ( | ) |
| hpp::size_type hpp::core_impl::PathServant< _Base, _Storage >::outputDerivativeSize | ( | ) |
| hpp::size_type hpp::core_impl::PathServant< _Base, _Storage >::outputSize | ( | ) |
| void hpp::core_impl::PathServant< _Base, _Storage >::persistantStorage | ( | ::CORBA::Boolean | persistant | ) |
| hpp::core_idl::Path_ptr hpp::core_impl::PathServant< _Base, _Storage >::reverse | ( | ) |
| hpp::core_impl::PathServant< _Base, _Storage >::SERVANT_BASE_TYPEDEFS | ( | hpp::core_idl::Path | , |
| HppBase | ) |
| char * hpp::core_impl::PathServant< _Base, _Storage >::str | ( | ) |