|
Choreonoid
1.8
|
#include <ConnectionSet.h>
Public Member Functions | |
| ScopedConnectionSet () | |
| ScopedConnectionSet (ScopedConnectionSet &&org) | |
| ~ScopedConnectionSet () | |
| ScopedConnectionSet (const ScopedConnectionSet &)=delete | |
| ScopedConnectionSet & | operator= (const ScopedConnectionSet &)=delete |
Public Member Functions inherited from cnoid::ConnectionSetBase | |
| bool | empty () const |
| int | numConnections () const |
| Connection & | operator[] (int index) |
| int | add (const Connection &connection) |
| void | add (const ConnectionSetBase &another) |
| void | block () |
| void | unblock () |
| void | block (int index) |
| void | unblock (int index) |
| void | disconnect () |
| ScopedBlock | scopedBlock () |
Additional Inherited Members | |
Protected Member Functions inherited from cnoid::ConnectionSetBase | |
| ConnectionSetBase () | |
| ConnectionSetBase (const ConnectionSetBase &org) | |
| ConnectionSetBase (ConnectionSetBase &&org) | |
| void | clear () |
|
inline |
|
inline |
|
inline |
|
delete |
|
delete |
1.8.17