Developer Documentation
RAVL, Recognition And Vision Library
USER HOME PAGE CLASS LIST CONTENTS
Ravl - OS - Signals - SignalConnectionSetBodyC
 

  PUBLIC
SignalConnectionSetBodyC::SignalConnectionSetBodyC(void)
SignalConnectionSetBodyC::~SignalConnectionSetBodyC(void)
SignalConnectionSetBodyC::DisconnectAll(void)
SignalConnectionSetBodyC::operator +=(const SignalConnectorC &)
SignalConnectionSetBodyC::operator -=(const SignalConnectorC &)
RCBodyC::References(void) const
RCBodyC::Copy(void) const
RCBodyC::DeepCopy(UIntT) const
RCBodyC::IncRefCounter(void)
RCBodyC::DecRefCounter(void)

   SignalConnectionSetBodyC   
 
Signal connection set body.
 
include "Ravl/Threads/SignalConnectionSet.hh"
Created:13/12/2000 
Source file:Ravl/OS/Threads/Tools/SignalConnectionSet.hh
User Level:Develop
Library:RavlThreads
In Scope:RavlN

Parent Classes: Variables:
HSetC cons;

Methods:
SignalConnectionSetBodyC()
Constructor.

~SignalConnectionSetBodyC()
Destructor.

void DisconnectAll()
Disconnect everything.

void operator +=(const SignalConnectorC & c)
Add a connection.

void operator -=(const SignalConnectorC & c)
Remove a connection.

#include "Ravl/RefCounter.hh"
UIntT References() const
Access count of handles open to this object.

RCBodyC & Copy() const
Make copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

RCBodyC & DeepCopy(UIntT levels = ((UIntT))) const
Make a deep copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

void IncRefCounter()
Increment reference counter.

bool DecRefCounter()
Decrement reference counter.


Maintainer:Charles Galambos, Created: 13/12/2000, Documentation by CxxDoc: Tue Aug 13 09:59:30 2002