#include <hpp/core_idl/_constraints-fwd.hh>
Public Types | |
| typedef hpp::core::Constraint | HppBase |
Public Types inherited from hpp::corbaServer::ServantBase< hpp::core::Constraint, _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::core::Constraint > | |
| typedef boost::shared_ptr< hpp::core::Constraint > | TShPtr_t |
| typedef boost::weak_ptr< hpp::core::Constraint > | TWkPtr_t |
Public Member Functions | |
| SERVANT_BASE_TYPEDEFS (hpp::core_idl::Constraint, HppBase) | |
| ConstraintServant (Server *server, const _Storage &s) | |
| virtual | ~ConstraintServant () |
| ::CORBA::Boolean | apply (hpp::floatSeq &config) |
| char * | name () |
| char * | str () |
| ::CORBA::Boolean | isSatisfied (const hpp::floatSeq &config) |
Public Member Functions inherited from hpp::corbaServer::ServantBase< hpp::core::Constraint, _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::core::Constraint > | |
| virtual | ~AbstractServantBase () |
| virtual Server::ServantKey | getServantKey () const |
Additional Inherited Members | |
Protected Member Functions inherited from hpp::corbaServer::ServantBase< hpp::core::Constraint, _Storage > | |
| ServantBase (Server *server, const Storage &_s) | |
Protected Member Functions inherited from hpp::corbaServer::AbstractServantBase< hpp::core::Constraint > | |
| AbstractServantBase (Server *server) | |
Protected Attributes inherited from hpp::corbaServer::ServantBase< hpp::core::Constraint, _Storage > | |
| Storage | s |
Protected Attributes inherited from hpp::corbaServer::AbstractServantBase< hpp::core::Constraint > | |
| Server * | server_ |
| typedef hpp::core::Constraint hpp::corbaServer::core_impl::ConstraintServant< _Base, _Storage >::HppBase |
| hpp::corbaServer::core_impl::ConstraintServant< _Base, _Storage >::ConstraintServant | ( | Server * | server, |
| const _Storage & | s | ||
| ) |
|
virtual |
| CORBA::Boolean hpp::corbaServer::core_impl::ConstraintServant< _Base, _Storage >::apply | ( | hpp::floatSeq & | config | ) |
| CORBA::Boolean hpp::corbaServer::core_impl::ConstraintServant< _Base, _Storage >::isSatisfied | ( | const hpp::floatSeq & | config | ) |
| char * hpp::corbaServer::core_impl::ConstraintServant< _Base, _Storage >::name | ( | ) |
| hpp::corbaServer::core_impl::ConstraintServant< _Base, _Storage >::SERVANT_BASE_TYPEDEFS | ( | hpp::core_idl::Constraint | , |
| HppBase | |||
| ) |
| char * hpp::corbaServer::core_impl::ConstraintServant< _Base, _Storage >::str | ( | ) |