hpp::corbaServer::constraints_impl::DifferentiableFunctionServant< _Base, _Storage > Class Template Reference

#include <hpp/constraints_idl/constraints-fwd.hh>

Inheritance diagram for hpp::corbaServer::constraints_impl::DifferentiableFunctionServant< _Base, _Storage >:
[legend]
Collaboration diagram for hpp::corbaServer::constraints_impl::DifferentiableFunctionServant< _Base, _Storage >:
[legend]

Public Types

typedef hpp::constraints::DifferentiableFunction HppBase
 
- Public Types inherited from hpp::corbaServer::ServantBase< hpp::constraints::DifferentiableFunction, _Storage >
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< hpp::constraints::DifferentiableFunction >
typedef boost::shared_ptr< hpp::constraints::DifferentiableFunction > TShPtr_t
 
typedef boost::weak_ptr< hpp::constraints::DifferentiableFunction > TWkPtr_t
 

Public Member Functions

 SERVANT_BASE_TYPEDEFS (hpp::constraints_idl::DifferentiableFunction, HppBase)
 
 DifferentiableFunctionServant (Server *server, const _Storage &s)
 
virtual ~DifferentiableFunctionServant ()
 
hpp::floatSeq * value (const hpp::floatSeq &arg)
 
hpp::floatSeqSeq * jacobian (const hpp::floatSeq &arg)
 
hpp::size_type inputSize ()
 
hpp::size_type inputDerivativeSize ()
 
hpp::size_type outputSize ()
 
hpp::size_type outputDerivativeSize ()
 
char * name ()
 
char * str ()
 
- Public Member Functions inherited from hpp::corbaServer::ServantBase< hpp::constraints::DifferentiableFunction, _Storage >
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...
 
- Public Member Functions inherited from hpp::corbaServer::AbstractServantBase< hpp::constraints::DifferentiableFunction >
virtual ~AbstractServantBase ()
 
virtual Server::ServantKey getServantKey () const
 

Additional Inherited Members

- Protected Member Functions inherited from hpp::corbaServer::ServantBase< hpp::constraints::DifferentiableFunction, _Storage >
 ServantBase (Server *server, const Storage &_s)
 
- Protected Member Functions inherited from hpp::corbaServer::AbstractServantBase< hpp::constraints::DifferentiableFunction >
 AbstractServantBase (Server *server)
 
- Protected Attributes inherited from hpp::corbaServer::ServantBase< hpp::constraints::DifferentiableFunction, _Storage >
Storage s
 
- Protected Attributes inherited from hpp::corbaServer::AbstractServantBase< hpp::constraints::DifferentiableFunction >
Server * server_
 

Member Typedef Documentation

template<typename _Base , typename _Storage >
typedef hpp::constraints::DifferentiableFunction hpp::corbaServer::constraints_impl::DifferentiableFunctionServant< _Base, _Storage >::HppBase

Constructor & Destructor Documentation

template<typename _Base , typename _Storage >
hpp::corbaServer::constraints_impl::DifferentiableFunctionServant< _Base, _Storage >::DifferentiableFunctionServant ( Server *  server,
const _Storage &  s 
)
template<typename _Base , typename _Storage >
hpp::corbaServer::constraints_impl::DifferentiableFunctionServant< _Base, _Storage >::~DifferentiableFunctionServant ( )
virtual

Member Function Documentation

template<typename _Base , typename _Storage >
hpp::corbaServer::constraints_impl::DifferentiableFunctionServant< _Base, _Storage >::SERVANT_BASE_TYPEDEFS ( hpp::constraints_idl::DifferentiableFunction  ,
HppBase   
)
template<typename _Base , typename _Storage >
char * hpp::corbaServer::constraints_impl::DifferentiableFunctionServant< _Base, _Storage >::str ( )