Choreonoid  1.5
Public Member Functions | List of all members
cnoid::ScopedConnectionSet Class Reference

#include <ConnectionSet.h>

Inheritance diagram for cnoid::ScopedConnectionSet:
cnoid::ConnectionSet

Public Member Functions

 ScopedConnectionSet ()
 
 ~ScopedConnectionSet ()
 
bool empty () const
 
size_t numConnections () const
 
void add (const Connection &connection)
 
void block ()
 
void block (int index)
 
void unblock ()
 
void unblock (int index)
 
void disconnect ()
 

Constructor & Destructor Documentation

cnoid::ScopedConnectionSet::ScopedConnectionSet ( )
inline
cnoid::ScopedConnectionSet::~ScopedConnectionSet ( )
inline

Member Function Documentation

void cnoid::ScopedConnectionSet::add ( const Connection connection)
inline
void cnoid::ScopedConnectionSet::block ( )
inline
void cnoid::ScopedConnectionSet::block ( int  index)
inline
void cnoid::ScopedConnectionSet::disconnect ( )
inline
bool cnoid::ScopedConnectionSet::empty ( ) const
inline
size_t cnoid::ScopedConnectionSet::numConnections ( ) const
inline
void cnoid::ScopedConnectionSet::unblock ( )
inline
void cnoid::ScopedConnectionSet::unblock ( int  index)
inline

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