umbrello/umbrello
assignFunctorResult_impl< ArgN, DestinationT, FunctorT > Struct Template Reference
#include <assignFunctor.hpp>
Public Member Functions | |
| assignFunctorResult_impl (DestinationT &p_destination, FunctorT const &p_functor) | |
| template<typename CharT > | |
| void | operator() (CharT p) const |
Public Attributes | |
| DestinationT & | m_destination |
| FunctorT const & | m_functor |
Detailed Description
template<int ArgN, class DestinationT, class FunctorT>
struct assignFunctorResult_impl< ArgN, DestinationT, FunctorT >
Definition at line 50 of file assignFunctor.hpp.
Constructor & Destructor Documentation
template<int ArgN, class DestinationT , class FunctorT >
| assignFunctorResult_impl< ArgN, DestinationT, FunctorT >::assignFunctorResult_impl | ( | DestinationT & | p_destination, | |
| FunctorT const & | p_functor | |||
| ) | [inline] |
Definition at line 51 of file assignFunctor.hpp.
Member Function Documentation
template<int ArgN, class DestinationT , class FunctorT >
template<typename CharT >
| void assignFunctorResult_impl< ArgN, DestinationT, FunctorT >::operator() | ( | CharT | p | ) | const [inline] |
Definition at line 56 of file assignFunctor.hpp.
Member Data Documentation
template<int ArgN, class DestinationT , class FunctorT >
| DestinationT& assignFunctorResult_impl< ArgN, DestinationT, FunctorT >::m_destination |
Definition at line 60 of file assignFunctor.hpp.
template<int ArgN, class DestinationT , class FunctorT >
| FunctorT const& assignFunctorResult_impl< ArgN, DestinationT, FunctorT >::m_functor |
Definition at line 61 of file assignFunctor.hpp.
The documentation for this struct was generated from the following file:
KDE 4.2 API Reference