CPPSERV


Home Projects Jobs Clientele Contact
CPPSERV Documentation Download TODO Mailing lists Bug tracker News RSS Feed Browse source

container::ServletMap< T >::ServletMap::Func< F > Class Template Reference

Inheritance diagram for container::ServletMap< T >::ServletMap::Func< F >:
Collaboration diagram for container::ServletMap< T >::ServletMap::Func< F >:

List of all members.


Public Member Functions

 Func (const std::string &base, F &f)
void operator() (const std::pair< std::string, T * > &it)

Private Attributes

std::string m_base
F & m_f

Detailed Description

template<class T>
template<class F>
class container::ServletMap< T >::Func< F >

Definition at line 40 of file ServletMap.h.


Constructor & Destructor Documentation

template<class T>
template<class F >
container::ServletMap< T >::ServletMap::Func< F >::Func ( const std::string &  base,
F &  f 
) [inline]

Definition at line 46 of file ServletMap.h.


Member Function Documentation

template<class T>
template<class F >
void container::ServletMap< T >::ServletMap::Func< F >::operator() ( const std::pair< std::string, T * > &  it  )  [inline]


Member Data Documentation

template<class T>
template<class F >
std::string container::ServletMap< T >::ServletMap::Func< F >::m_base [private]

template<class T>
template<class F >
F& container::ServletMap< T >::ServletMap::Func< F >::m_f [private]


The documentation for this class was generated from the following file:

SourceForge.net Logo