[CPPSERV] [Documentation] [Download] [Contact] [Bug tracker] [News] [RSS Feed] [gitweb]
Public Member Functions | |
SMFunctor (T *inst, F f) | |
void | operator() (const std::string &path) |
Private Types | |
typedef void(T::*) | F (const std::string &) |
Private Attributes | |
T * | inst |
F | f |
Definition at line 142 of file App.cpp.
typedef void(T::*) container::SMFunctor< T >::F(const std::string &) [private] |
container::SMFunctor< T >::SMFunctor | ( | T * | inst, | |
F | f | |||
) | [inline] |
void container::SMFunctor< T >::operator() | ( | const std::string & | path | ) | [inline] |
T* container::SMFunctor< T >::inst [private] |
F container::SMFunctor< T >::f [private] |