Choreonoid
1.8
|
#include <ConnectionSet.h>
Public Member Functions | |
ConnectionSet () | |
ConnectionSet (const ConnectionSet &org) | |
ConnectionSet (ConnectionSet &&org) | |
ConnectionSet & | operator= (const ConnectionSet &org) |
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 |
|
inline |