#include <connection_handler.h>
Public Types | |
typedef std::map< const sigc_connection_ptr *const , std::tr1::shared_ptr < sigc_connection_ptr > > | container_type |
a map of connections living in the context of the owner thread. | |
Public Member Functions | |
~connections_container_wrapper () | |
Data Fields | |
container_type | m_connections |
typedef std::map<const sigc_connection_ptr* const , std::tr1::shared_ptr<sigc_connection_ptr> > sigx::connection_handler::connections_container_wrapper::container_type |
a map of connections living in the context of the owner thread.
sigx::connection_handler::connections_container_wrapper::~connections_container_wrapper | ( | ) |
References m_connections.