ecto
Public Types | Public Member Functions | Public Attributes | List of all members
ecto::tendril::Caller< T > Struct Template Reference

#include <tendril.hpp>

Public Types

typedef boost::function1< void, T > CbT
 

Public Member Functions

 Caller (CbT cb)
 
void operator() (tendril &t)
 

Public Attributes

CbT cb
 

Member Typedef Documentation

template<typename T >
typedef boost::function1<void, T> ecto::tendril::Caller< T >::CbT

Constructor & Destructor Documentation

template<typename T >
ecto::tendril::Caller< T >::Caller ( CbT  cb)
inline

Member Function Documentation

template<typename T >
void ecto::tendril::Caller< T >::operator() ( tendril t)
inline

Member Data Documentation

template<typename T >
CbT ecto::tendril::Caller< T >::cb

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