#include <InPortPublisher.hxx>
Public Types | |
typedef std::list< ProperInPort * > | ProperInPortsList |
Public Member Functions | |
InPortPublisher (const std::string &name="unnamed in port", Processing *proc=0) | |
virtual | ~InPortPublisher () |
void | PublishInPort (InPortBase &in) |
void | UnPublishInPort (ProperInPort &in) |
void | ConcretePublishInPort (ProperInPort &in) |
bool | CanConsume () |
ProperInPortsList::iterator | BeginPublishedInPortsList () |
ProperInPortsList::iterator | EndPublishedInPortsList () |
void | UnAttachRegion () |
Do nothing, since a publisher itself don't have any region. | |
bool | IsPublisherOf (InPortBase &in) const |
bool | IsPublisher () const |
virtual const std::type_info & | GetTypeId () const |
Protected Attributes | |
ProperInPortsList | mPublishedInPortsList |
Definition at line 32 of file InPortPublisher.hxx.
typedef std::list< ProperInPort * > CLAM::InPortPublisher< Token >::ProperInPortsList |
Definition at line 46 of file InPortPublisher.hxx.
CLAM::InPortPublisher< Token >::InPortPublisher | ( | const std::string & | name = "unnamed in port" , |
|
Processing * | proc = 0 | |||
) | [inline] |
Definition at line 48 of file InPortPublisher.hxx.
virtual CLAM::InPortPublisher< Token >::~InPortPublisher | ( | ) | [inline, virtual] |
Definition at line 53 of file InPortPublisher.hxx.
ProperInPortsList::iterator CLAM::InPortPublisher< Token >::BeginPublishedInPortsList | ( | ) | [inline] |
Definition at line 92 of file InPortPublisher.hxx.
Referenced by CLAM::OutPort< Token >::TryDisconnectFromPublisher().
bool CLAM::InPortPublisher< Token >::CanConsume | ( | ) | [inline, virtual] |
Implements CLAM::InPortBase.
Definition at line 82 of file InPortPublisher.hxx.
void CLAM::InPortPublisher< Token >::ConcretePublishInPort | ( | ProperInPort & | in | ) | [inline] |
Definition at line 75 of file InPortPublisher.hxx.
Referenced by CLAM::InPortPublisher< TData >::PublishInPort().
ProperInPortsList::iterator CLAM::InPortPublisher< Token >::EndPublishedInPortsList | ( | ) | [inline] |
Definition at line 97 of file InPortPublisher.hxx.
Referenced by CLAM::OutPort< Token >::TryDisconnectFromPublisher().
virtual const std::type_info& CLAM::InPortPublisher< Token >::GetTypeId | ( | ) | const [inline, virtual] |
Implements CLAM::InPortBase.
Definition at line 128 of file InPortPublisher.hxx.
Referenced by CLAM::InPortPublisher< TData >::PublishInPort().
bool CLAM::InPortPublisher< Token >::IsPublisher | ( | ) | const [inline, virtual] |
Reimplemented from CLAM::InPortBase.
Definition at line 124 of file InPortPublisher.hxx.
bool CLAM::InPortPublisher< Token >::IsPublisherOf | ( | InPortBase & | in | ) | const [inline, virtual] |
Reimplemented from CLAM::InPortBase.
Definition at line 113 of file InPortPublisher.hxx.
void CLAM::InPortPublisher< Token >::PublishInPort | ( | InPortBase & | in | ) | [inline] |
Definition at line 59 of file InPortPublisher.hxx.
void CLAM::InPortPublisher< Token >::UnAttachRegion | ( | ) | [inline, virtual] |
Do nothing, since a publisher itself don't have any region.
Implements CLAM::InPortBase.
Definition at line 103 of file InPortPublisher.hxx.
Referenced by CLAM::OutPort< Token >::TryDisconnectFromPublisher().
void CLAM::InPortPublisher< Token >::UnPublishInPort | ( | ProperInPort & | in | ) | [inline] |
Definition at line 70 of file InPortPublisher.hxx.
Referenced by CLAM::OutPort< Token >::DisconnectFromConcreteIn().
ProperInPortsList CLAM::InPortPublisher< Token >::mPublishedInPortsList [protected] |
Definition at line 131 of file InPortPublisher.hxx.
Referenced by CLAM::InPortPublisher< TData >::BeginPublishedInPortsList(), CLAM::InPortPublisher< TData >::CanConsume(), CLAM::InPortPublisher< TData >::ConcretePublishInPort(), CLAM::InPortPublisher< TData >::EndPublishedInPortsList(), CLAM::InPortPublisher< TData >::IsPublisherOf(), CLAM::InPortPublisher< TData >::UnAttachRegion(), and CLAM::InPortPublisher< TData >::UnPublishInPort().