#include <OutPortRegistry.hxx>
Definition at line 34 of file OutPortRegistry.hxx.
Public Types | |
typedef std::vector < OutPortBase * >::iterator | Iterator |
typedef std::vector < OutPortBase * > ::const_iterator | ConstIterator |
Public Member Functions | |
OutPortBase & | GetByNumber (int index) const |
OutPortBase & | Get (const std::string &name) const |
bool | Has (const std::string &name) const |
int | Size () const |
bool | AreReadyForWriting () |
void | ProcessingInterface_Register (OutPortBase *) |
void | ProcessingInterface_Unregister (OutPortBase *) |
void | Clear () |
Iterator | Begin () |
Iterator | End () |
ConstIterator | Begin () const |
ConstIterator | End () const |
typedef std::vector<OutPortBase*>::iterator CLAM::OutPortRegistry::Iterator |
Definition at line 38 of file OutPortRegistry.hxx.
typedef std::vector<OutPortBase*>::const_iterator CLAM::OutPortRegistry::ConstIterator |
Definition at line 39 of file OutPortRegistry.hxx.
OutPortBase & CLAM::OutPortRegistry::GetByNumber | ( | int | index | ) | const |
Definition at line 28 of file OutPortRegistry.cxx.
References CLAM_ASSERT, and Size().
Referenced by CLAM::ConnectPorts().
OutPortBase & CLAM::OutPortRegistry::Get | ( | const std::string & | name | ) | const |
Definition at line 36 of file OutPortRegistry.cxx.
References CLAM_ASSERT, and NULL.
Referenced by CLAM::ConnectPorts(), CLAM::Processing::GetOutPort(), and CLAM::FlattenedNetwork::GetOutPortByCompleteName().
bool CLAM::OutPortRegistry::Has | ( | const std::string & | name | ) | const |
int CLAM::OutPortRegistry::Size | ( | ) | const |
Definition at line 59 of file OutPortRegistry.cxx.
Referenced by GetByNumber(), CLAM::NaiveFlowControl::ProcessingAddedToNetwork(), and CLAM::NaiveFlowControl::ProcessingRemovedFromNetwork().
bool CLAM::OutPortRegistry::AreReadyForWriting | ( | ) |
Definition at line 64 of file OutPortRegistry.cxx.
Referenced by CLAM::Processing::CanConsumeAndProduce().
void CLAM::OutPortRegistry::ProcessingInterface_Register | ( | OutPortBase * | out | ) |
Definition at line 93 of file OutPortRegistry.cxx.
Referenced by CLAM::Processing::RegisterOutPort().
void CLAM::OutPortRegistry::ProcessingInterface_Unregister | ( | OutPortBase * | out | ) |
void CLAM::OutPortRegistry::Clear | ( | ) | [inline] |
Definition at line 48 of file OutPortRegistry.hxx.
Referenced by CLAM::MultiChannelAudioFileReader::DestroyOldOutputs().
OutPortRegistry::Iterator CLAM::OutPortRegistry::Begin | ( | ) |
OutPortRegistry::Iterator CLAM::OutPortRegistry::End | ( | ) |
OutPortRegistry::ConstIterator CLAM::OutPortRegistry::Begin | ( | ) | const |
Definition at line 83 of file OutPortRegistry.cxx.
OutPortRegistry::ConstIterator CLAM::OutPortRegistry::End | ( | ) | const |
Definition at line 88 of file OutPortRegistry.cxx.