#include <InControlRegistry.hxx>
Public Types | |
typedef std::vector < InControlBase * >::iterator | Iterator |
typedef std::vector < InControlBase * > ::const_iterator | ConstIterator |
Public Member Functions | |
InControlBase & | GetByNumber (int index) const |
InControlBase & | Get (const std::string &name) const |
bool | Has (const std::string &name) const |
int | Size () const |
void | ProcessingInterface_Register (InControlBase *) |
void | ProcessingInterface_Unregister (InControlBase *) |
void | Clear () |
Iterator | Begin () |
Iterator | End () |
ConstIterator | Begin () const |
ConstIterator | End () const |
Definition at line 33 of file InControlRegistry.hxx.
typedef std::vector<InControlBase*>::const_iterator CLAM::InControlRegistry::ConstIterator |
Definition at line 38 of file InControlRegistry.hxx.
typedef std::vector<InControlBase*>::iterator CLAM::InControlRegistry::Iterator |
Definition at line 37 of file InControlRegistry.hxx.
InControlRegistry::ConstIterator CLAM::InControlRegistry::Begin | ( | ) | const |
Definition at line 85 of file InControlRegistry.cxx.
InControlRegistry::Iterator CLAM::InControlRegistry::Begin | ( | ) |
Definition at line 75 of file InControlRegistry.cxx.
void CLAM::InControlRegistry::Clear | ( | ) | [inline] |
Definition at line 46 of file InControlRegistry.hxx.
Referenced by CLAM::ControlTraceReaderConfig::DefaultInit().
InControlRegistry::ConstIterator CLAM::InControlRegistry::End | ( | ) | const |
Definition at line 90 of file InControlRegistry.cxx.
InControlRegistry::Iterator CLAM::InControlRegistry::End | ( | ) |
Definition at line 80 of file InControlRegistry.cxx.
InControlBase & CLAM::InControlRegistry::Get | ( | const std::string & | name | ) | const |
Definition at line 33 of file InControlRegistry.cxx.
Referenced by CLAM::Processing::GetInControl().
InControlBase & CLAM::InControlRegistry::GetByNumber | ( | int | index | ) | const |
Definition at line 25 of file InControlRegistry.cxx.
References CLAM_ASSERT, and Size().
Referenced by CLAM::Processing::GetInControl().
bool CLAM::InControlRegistry::Has | ( | const std::string & | name | ) | const |
Definition at line 47 of file InControlRegistry.cxx.
Referenced by CLAM::Processing::HasInControl().
void CLAM::InControlRegistry::ProcessingInterface_Register | ( | InControlBase * | in | ) |
Definition at line 95 of file InControlRegistry.cxx.
void CLAM::InControlRegistry::ProcessingInterface_Unregister | ( | InControlBase * | in | ) |
Definition at line 100 of file InControlRegistry.cxx.
Referenced by CLAM::InControlBase::~InControlBase().
int CLAM::InControlRegistry::Size | ( | ) | const |
Definition at line 70 of file InControlRegistry.cxx.
Referenced by GetByNumber(), and CLAM::Processing::GetNInControls().