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::connection_slot_pair Struct Reference

#include <connection.hpp>

Collaboration diagram for boost::BOOST_SIGNALS_NAMESPACE::detail::connection_slot_pair:

Public Member Functions

 connection_slot_pair ()
 
 connection_slot_pair (const connection &c, const any &a)
 
bool operator== (const connection_slot_pair &) const
 
bool operator< (const connection_slot_pair &) const
 

Public Attributes

connection first
 
any second
 

Constructor & Destructor Documentation

boost::BOOST_SIGNALS_NAMESPACE::detail::connection_slot_pair::connection_slot_pair ( )
inline
boost::BOOST_SIGNALS_NAMESPACE::detail::connection_slot_pair::connection_slot_pair ( const connection c,
const any a 
)
inline

Member Function Documentation

bool boost::BOOST_SIGNALS_NAMESPACE::detail::connection_slot_pair::operator< ( const connection_slot_pair ) const
inline
bool boost::BOOST_SIGNALS_NAMESPACE::detail::connection_slot_pair::operator== ( const connection_slot_pair ) const
inline

Member Data Documentation

any boost::BOOST_SIGNALS_NAMESPACE::detail::connection_slot_pair::second

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