Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::BOOST_SIGNALS_NAMESPACE::detail::bound_object Struct Reference

#include <connection.hpp>

Public Member Functions

bool operator== (const bound_object &other) const
 
bool operator< (const bound_object &other) const
 
bool operator!= (const bound_object &other) const
 
bool operator> (const bound_object &other) const
 

Public Attributes

void * obj
 
void * data
 
void(* disconnect )(void *, void *)
 

Member Function Documentation

bool boost::BOOST_SIGNALS_NAMESPACE::detail::bound_object::operator!= ( const bound_object other) const
inline
bool boost::BOOST_SIGNALS_NAMESPACE::detail::bound_object::operator< ( const bound_object other) const
inline

References obj.

bool boost::BOOST_SIGNALS_NAMESPACE::detail::bound_object::operator== ( const bound_object other) const
inline

References data, and obj.

bool boost::BOOST_SIGNALS_NAMESPACE::detail::bound_object::operator> ( const bound_object other) const
inline

Member Data Documentation

void* boost::BOOST_SIGNALS_NAMESPACE::detail::bound_object::data
void(* boost::BOOST_SIGNALS_NAMESPACE::detail::bound_object::disconnect)(void *, void *)
void* boost::BOOST_SIGNALS_NAMESPACE::detail::bound_object::obj

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