hpp::corbaServer::core_idl::PathServant< _Base, _Storage > Class Template Reference

#include <hpp/corbaserver/core_idl/paths.hh>

Inheritance diagram for hpp::corbaServer::core_idl::PathServant< _Base, _Storage >:
[legend]
Collaboration diagram for hpp::corbaServer::core_idl::PathServant< _Base, _Storage >:
[legend]

Public Member Functions

 PathServant (Server *server, const Storage &s)
 
virtual ~PathServant ()
 
size_type outputSize () throw (Error)
 
size_type outputDerivativeSize () throw (Error)
 
value_type length () throw (Error)
 
char * str () throw (Error)
 
floatSeqvalue (value_type t, CORBA::Boolean &success) throw (Error)
 
floatSeqderivative (value_type t, CORBA::Short order) throw (Error)
 
hpp::core_idl::Path_ptr extract (value_type tmin, value_type tmax) throw (Error)
 
hpp::core_idl::PathVector_ptr asVector () throw (Error)
 
- Public Member Functions inherited from hpp::corbaServer::ServantBase< core::Path, _Storage >
virtual ~ServantBase ()
 
virtual ~ServantBase ()
 
virtual ~ServantBase ()
 
virtual ~ServantBase ()
 
virtual TShPtr_t get () const
 
virtual core::Path get () const
 
virtual core::Path get () const
 
virtual core::Path get () const
 
StorageElementShPtr_t getT () const
 
const StoragegetS () const
 
const StoragegetS () const
 
const StoragegetS () const
 
const StoragegetS () 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< core::Path >
virtual ~AbstractServantBase ()
 
virtual ~AbstractServantBase ()
 
virtual ~AbstractServantBase ()
 
virtual ~AbstractServantBase ()
 
virtual Server::ServantKey getServantKey () const
 
virtual Server::ServantKey getServantKey () const
 
virtual Server::ServantKey getServantKey () const
 
virtual Server::ServantKey getServantKey () const
 

Additional Inherited Members

- Public Types inherited from hpp::corbaServer::ServantBase< core::Path, _Storage >
typedef _Storage Storage
 
typedef _Storage Storage
 
typedef _Storage 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< core::Path >
typedef boost::shared_ptr< core::PathTShPtr_t
 
typedef boost::weak_ptr< core::PathTWkPtr_t
 
- Protected Member Functions inherited from hpp::corbaServer::ServantBase< core::Path, _Storage >
 ServantBase (Server *server, const Storage &_s)
 
 ServantBase (Server *server, const Storage &_s)
 
 ServantBase (Server *server, const Storage &_s)
 
 ServantBase (Server *server, const Storage &_s)
 
- Protected Member Functions inherited from hpp::corbaServer::AbstractServantBase< core::Path >
 AbstractServantBase (Server *server)
 
 AbstractServantBase (Server *server)
 
 AbstractServantBase (Server *server)
 
 AbstractServantBase (Server *server)
 
- Protected Attributes inherited from hpp::corbaServer::ServantBase< core::Path, _Storage >
Storage s
 
- Protected Attributes inherited from hpp::corbaServer::AbstractServantBase< core::Path >
Serverserver_
 

Constructor & Destructor Documentation

template<typename _Base , typename _Storage >
hpp::corbaServer::core_idl::PathServant< _Base, _Storage >::PathServant ( Server server,
const Storage s 
)
inline
template<typename _Base , typename _Storage >
virtual hpp::corbaServer::core_idl::PathServant< _Base, _Storage >::~PathServant ( )
inlinevirtual

Member Function Documentation

template<typename _Base , typename _Storage >
hpp::core_idl::PathVector_ptr hpp::corbaServer::core_idl::PathServant< _Base, _Storage >::asVector ( )
throw (Error
)
template<typename _Base , typename _Storage >
floatSeq* hpp::corbaServer::core_idl::PathServant< _Base, _Storage >::derivative ( value_type  t,
CORBA::Short  order 
)
throw (Error
)
inline
template<typename _Base , typename _Storage >
hpp::core_idl::Path_ptr hpp::corbaServer::core_idl::PathServant< _Base, _Storage >::extract ( value_type  tmin,
value_type  tmax 
)
throw (Error
)
inline
template<typename _Base , typename _Storage >
value_type hpp::corbaServer::core_idl::PathServant< _Base, _Storage >::length ( )
throw (Error
)
inline
template<typename _Base , typename _Storage >
size_type hpp::corbaServer::core_idl::PathServant< _Base, _Storage >::outputDerivativeSize ( )
throw (Error
)
inline
template<typename _Base , typename _Storage >
size_type hpp::corbaServer::core_idl::PathServant< _Base, _Storage >::outputSize ( )
throw (Error
)
inline
template<typename _Base , typename _Storage >
char* hpp::corbaServer::core_idl::PathServant< _Base, _Storage >::str ( )
throw (Error
)
inline
template<typename _Base , typename _Storage >
floatSeq* hpp::corbaServer::core_idl::PathServant< _Base, _Storage >::value ( value_type  t,
CORBA::Boolean &  success 
)
throw (Error
)
inline