CLAM-Development  1.1
Public Types | Public Member Functions
CLAM::InPortRegistry Class Reference

#include <InPortRegistry.hxx>

List of all members.

Public Types

typedef std::vector
< InPortBase * >::iterator 
Iterator
typedef std::vector
< InPortBase * >
::const_iterator 
ConstIterator

Public Member Functions

InPortBaseGetByNumber (int index) const
InPortBaseGet (const std::string &name) const
bool Has (const std::string &name) const
int Size () const
bool AreReadyForReading ()
void ProcessingInterface_Register (InPortBase *)
void ProcessingInterface_Unregister (InPortBase *)
void Clear ()
Iterator Begin ()
Iterator End ()
ConstIterator Begin () const
ConstIterator End () const

Detailed Description

Definition at line 34 of file InPortRegistry.hxx.


Member Typedef Documentation

typedef std::vector<InPortBase*>::const_iterator CLAM::InPortRegistry::ConstIterator

Definition at line 39 of file InPortRegistry.hxx.

typedef std::vector<InPortBase*>::iterator CLAM::InPortRegistry::Iterator

Definition at line 38 of file InPortRegistry.hxx.


Member Function Documentation

Definition at line 85 of file InPortRegistry.cxx.

Referenced by CLAM::Processing::CanConsumeAndProduce().

Definition at line 75 of file InPortRegistry.cxx.

void CLAM::InPortRegistry::Clear ( ) [inline]

Definition at line 80 of file InPortRegistry.cxx.

InPortBase & CLAM::InPortRegistry::Get ( const std::string &  name) const
bool CLAM::InPortRegistry::Has ( const std::string &  name) const

Definition at line 50 of file InPortRegistry.cxx.

Referenced by CLAM::Processing::HasInPort().

Definition at line 94 of file InPortRegistry.cxx.

Referenced by CLAM::Processing::RegisterInPort().

Definition at line 99 of file InPortRegistry.cxx.

Referenced by CLAM::InPortBase::~InPortBase().


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