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


Public Types | |
| typedef hpp::core_impl::ConstraintServant< _Base, _Storage >::HppBase | HppBase |
Public Types inherited from hpp::core_impl::ConstraintServant< _Base, _Storage > | |
| typedef hpp::core::Constraint | HppBase |
Public Types inherited from hpp::corbaServer::ServantBase< hpp::core::Constraint, _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::Constraint > | |
| typedef shared_ptr< hpp::core::Constraint > | TShPtr_t |
| typedef weak_ptr< hpp::core::Constraint > | TWkPtr_t |
Public Member Functions | |
| SERVANT_BASE_TYPEDEFS (hpp::core_idl::ConstraintSet, HppBase) | |
| ConstraintSetServant (::hpp::corbaServer::Server *server, const _Storage &s) | |
| virtual | ~ConstraintSetServant () |
| hpp::core_idl::Constraint_ptr | getConfigProjector () |
| void | addConstraint (hpp::core_idl::Constraint_ptr a_constraint) |
Public Member Functions inherited from hpp::core_impl::ConstraintServant< _Base, _Storage > | |
| SERVANT_BASE_TYPEDEFS (hpp::core_idl::Constraint, HppBase) | |
| ConstraintServant (::hpp::corbaServer::Server *server, const _Storage &s) | |
| virtual | ~ConstraintServant () |
| void | deleteThis () |
| ::CORBA::Boolean | deleteIfExpired () |
| void | persistantStorage (::CORBA::Boolean persistant) |
| ::CORBA::Boolean | apply (hpp::floatSeq &config) |
| char * | name () |
| char * | str () |
| ::CORBA::Boolean | isSatisfied (const hpp::floatSeq &config) |
| hpp::core_idl::Constraint_ptr | copy () |
Public Member Functions inherited from hpp::corbaServer::ServantBase< hpp::core::Constraint, _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::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 | wrappedObject_ |
Protected Attributes inherited from hpp::corbaServer::AbstractServantBase< hpp::core::Constraint > | |
| Server * | server_ |
| typedef hpp::core_impl::ConstraintServant<_Base,_Storage>::HppBase hpp::core_impl::ConstraintSetServant< _Base, _Storage >::HppBase |
| hpp::core_impl::ConstraintSetServant< _Base, _Storage >::ConstraintSetServant | ( | ::hpp::corbaServer::Server * | server, |
| const _Storage & | s ) |
|
virtual |
| void hpp::core_impl::ConstraintSetServant< _Base, _Storage >::addConstraint | ( | hpp::core_idl::Constraint_ptr | a_constraint | ) |
| hpp::core_idl::Constraint_ptr hpp::core_impl::ConstraintSetServant< _Base, _Storage >::getConfigProjector | ( | ) |
| hpp::core_impl::ConstraintSetServant< _Base, _Storage >::SERVANT_BASE_TYPEDEFS | ( | hpp::core_idl::ConstraintSet | , |
| HppBase | ) |