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

◆ ScopedConnectionSet()

cnoid::ScopedConnectionSet::ScopedConnectionSet ( )
inline

◆ ~ScopedConnectionSet()

cnoid::ScopedConnectionSet::~ScopedConnectionSet ( )
inline

Member Function Documentation

◆ add()

void cnoid::ScopedConnectionSet::add ( const Connection connection)
inline

◆ block() [1/2]

void cnoid::ScopedConnectionSet::block ( )
inline

◆ block() [2/2]

void cnoid::ScopedConnectionSet::block ( int  index)
inline

◆ disconnect()

void cnoid::ScopedConnectionSet::disconnect ( )
inline

◆ empty()

bool cnoid::ScopedConnectionSet::empty ( ) const
inline

◆ numConnections()

size_t cnoid::ScopedConnectionSet::numConnections ( ) const
inline

◆ unblock() [1/2]

void cnoid::ScopedConnectionSet::unblock ( )
inline

◆ unblock() [2/2]

void cnoid::ScopedConnectionSet::unblock ( int  index)
inline

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