ewmscp  ..
Public Member Functions | List of all members
copyRequest::base::registerme Class Reference

class to register the keyword expansion member functions in the map More...

#include <copyRequest.h>

Public Member Functions

 registerme (const std::string &keyword, void(base::*fkt)(std::string &) const)
 

Detailed Description

class to register the keyword expansion member functions in the map

Definition at line 161 of file copyRequest.h.

Constructor & Destructor Documentation

◆ registerme()

copyRequest::base::registerme::registerme ( const std::string &  keyword,
void(base::*)(std::string &) const  fkt 
)
inline

Definition at line 163 of file copyRequest.h.

164  {
165  keywordMap()[keyword] = fkt;
166  }

References copyRequest::base::keywordMap().

Here is the call graph for this function:

The documentation for this class was generated from the following file:
copyRequest::base::keywordMap
static std::map< std::string, void(base::*)(std::string &) const > & keywordMap()
Definition: copyRequest.cpp:246