#include <util.h>


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 |
Definition at line 64 of file util.h.
| container::util::GetMKey< T >::GetMKey | ( | std::vector< std::string > & | out | ) | [inline] |
| void container::util::GetMKey< T >::operator() | ( | const std::pair< std::string, T > & | p | ) | [inline] |
Definition at line 69 of file util.h.
References container::util::GetMKey< T >::m_last, and container::util::GetMKey< T >::m_out.
| std::string container::util::GetMKey< T >::m_last |
| std::vector<std::string>& container::util::GetMKey< T >::m_out |