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

#include <ConnectionSet.h>

Inheritance diagram for cnoid::ScopedConnectionSet:
cnoid::ConnectionSetBase

Public Member Functions

 ScopedConnectionSet ()
 
 ScopedConnectionSet (ScopedConnectionSet &&org)
 
 ~ScopedConnectionSet ()
 
 ScopedConnectionSet (const ScopedConnectionSet &)=delete
 
ScopedConnectionSetoperator= (const ScopedConnectionSet &)=delete
 
- Public Member Functions inherited from cnoid::ConnectionSetBase
bool empty () const
 
int numConnections () const
 
Connectionoperator[] (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 ()
 

Constructor & Destructor Documentation

◆ ScopedConnectionSet() [1/3]

cnoid::ScopedConnectionSet::ScopedConnectionSet ( )
inline

◆ ScopedConnectionSet() [2/3]

cnoid::ScopedConnectionSet::ScopedConnectionSet ( ScopedConnectionSet &&  org)
inline

◆ ~ScopedConnectionSet()

cnoid::ScopedConnectionSet::~ScopedConnectionSet ( )
inline

◆ ScopedConnectionSet() [3/3]

cnoid::ScopedConnectionSet::ScopedConnectionSet ( const ScopedConnectionSet )
delete

Member Function Documentation

◆ operator=()

ScopedConnectionSet& cnoid::ScopedConnectionSet::operator= ( const ScopedConnectionSet )
delete

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