hpp-corbaserver
4.9.0
Corba server for Humanoid Path Planner applications
|
#include <hpp/corbaserver/servant-base.hh>
Public Types | |
typedef ServantBaseType::Storage | Storage |
typedef ServantBaseType::Object_var | Object_var |
Public Member Functions | |
ServantFactoryBase (const size_type &depth) | |
virtual Object_var | servant (Server *server, const Storage &obj)=0 |
size_type | depth () const |
Class used to dynamiccally cast HPP classes and create the corresponding servant.
typedef ServantBaseType::Object_var hpp::corbaServer::ServantFactoryBase< ServantBaseType >::Object_var |
typedef ServantBaseType::Storage hpp::corbaServer::ServantFactoryBase< ServantBaseType >::Storage |
|
inline |
|
inline |
Get the depth in the hierarchy tree. This allows to ensure that child classes are always handled before parent classes.
|
pure virtual |
Implemented in hpp::corbaServer::ServantFactory< ServantBaseType, ServantType >.