ecto
|
#include <tendrils.hpp>
Public Types | |
typedef spore< T > CellImpl::* | PtrToMember |
typedef void | result_type |
Public Member Functions | |
spore_assign_impl (PtrToMember member, const std::string &key) | |
void | operator() (const boost::signals2::connection &conn, void *vthiz, const tendrils *tdls) const |
Public Attributes | |
PtrToMember | member_ |
std::string | key_ |
Implementation of a spore assignment functor used for static time registration.
typedef spore<T> CellImpl::* ecto::spore_assign_impl< CellImpl, T >::PtrToMember |
typedef void ecto::spore_assign_impl< CellImpl, T >::result_type |
|
inline |
|
inline |
std::string ecto::spore_assign_impl< CellImpl, T >::key_ |
PtrToMember ecto::spore_assign_impl< CellImpl, T >::member_ |