CPPSERV


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

container::util::GetMKey< T > Struct Template Reference

#include <util.h>

Inheritance diagram for container::util::GetMKey< T >:
Collaboration diagram for container::util::GetMKey< T >:

List of all members.


Public Member Functions

 GetMKey (std::vector< std::string > &out)
void operator() (const std::pair< std::string, T > &p)

Public Attributes

std::vector< std::string > & m_out
std::string m_last

Detailed Description

template<class T>
struct container::util::GetMKey< T >

Definition at line 64 of file util.h.


Constructor & Destructor Documentation

template<class T>
container::util::GetMKey< T >::GetMKey ( std::vector< std::string > &  out  )  [inline]

Definition at line 68 of file util.h.


Member Function Documentation

template<class T>
void container::util::GetMKey< T >::operator() ( const std::pair< std::string, T > &  p  )  [inline]


Member Data Documentation

template<class T>
std::string container::util::GetMKey< T >::m_last

Definition at line 67 of file util.h.

Referenced by container::util::GetMKey< T >::operator()().

template<class T>
std::vector<std::string>& container::util::GetMKey< T >::m_out

Definition at line 66 of file util.h.

Referenced by container::util::GetMKey< T >::operator()().


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

SourceForge.net Logo