hpp::corbaServer::vectorToSeqServant< OutType, InnerBaseType, InnerType > Struct Template Reference

#include <hpp/corbaserver/servant-base.hh>

Collaboration diagram for hpp::corbaServer::vectorToSeqServant< OutType, InnerBaseType, InnerType >:
[legend]

Public Member Functions

 vectorToSeqServant (Server *_s)
 
template<typename InContainer >
OutType * operator() (const InContainer &input)
 

Public Attributes

Servers
 

Constructor & Destructor Documentation

template<typename OutType , typename InnerBaseType , typename InnerType = InnerBaseType>
hpp::corbaServer::vectorToSeqServant< OutType, InnerBaseType, InnerType >::vectorToSeqServant ( Server _s)
inline

Member Function Documentation

template<typename OutType , typename InnerBaseType , typename InnerType = InnerBaseType>
template<typename InContainer >
OutType* hpp::corbaServer::vectorToSeqServant< OutType, InnerBaseType, InnerType >::operator() ( const InContainer &  input)
inline

Member Data Documentation

template<typename OutType , typename InnerBaseType , typename InnerType = InnerBaseType>
Server* hpp::corbaServer::vectorToSeqServant< OutType, InnerBaseType, InnerType >::s