#include <TypedOutControlRegistry.hxx>
Definition at line 10 of file TypedOutControlRegistry.hxx.
Public Types | |
typedef std::vector < BaseTypedOutControl * > ::iterator | Iterator |
typedef std::vector < BaseTypedOutControl * > ::const_iterator | ConstIterator |
Public Member Functions | |
BaseTypedOutControl & | Get (const std::string &name) const |
BaseTypedOutControl & | GetByNumber (int index) const |
bool | Has (const std::string &name) const |
int | Size () const |
void | ProcessingInterface_Register (BaseTypedOutControl *) |
void | ProcessingInterface_Unregister (BaseTypedOutControl *) |
void | Clear () |
Iterator | Begin () |
Iterator | End () |
ConstIterator | Begin () const |
ConstIterator | End () const |
typedef std::vector<BaseTypedOutControl*>::iterator CLAM::TypedOutControlRegistry::Iterator |
Definition at line 14 of file TypedOutControlRegistry.hxx.
typedef std::vector<BaseTypedOutControl*>::const_iterator CLAM::TypedOutControlRegistry::ConstIterator |
Definition at line 15 of file TypedOutControlRegistry.hxx.
BaseTypedOutControl & CLAM::TypedOutControlRegistry::Get | ( | const std::string & | name | ) | const |
Definition at line 20 of file TypedOutControlRegistry.cxx.
References CLAM_ASSERT, and NULL.
Referenced by CLAM::ConnectTypedControls().
BaseTypedOutControl & CLAM::TypedOutControlRegistry::GetByNumber | ( | int | index | ) | const |
Definition at line 34 of file TypedOutControlRegistry.cxx.
References CLAM_ASSERT, and Size().
Referenced by CLAM::ConnectTypedControls().
bool CLAM::TypedOutControlRegistry::Has | ( | const std::string & | name | ) | const |
Definition at line 42 of file TypedOutControlRegistry.cxx.
Referenced by CLAM::Processing::HasTypedOutControl().
int CLAM::TypedOutControlRegistry::Size | ( | ) | const |
void CLAM::TypedOutControlRegistry::ProcessingInterface_Register | ( | BaseTypedOutControl * | in | ) |
Definition at line 75 of file TypedOutControlRegistry.cxx.
Referenced by CLAM::Processing::RegisterTypedOutControl().
void CLAM::TypedOutControlRegistry::ProcessingInterface_Unregister | ( | BaseTypedOutControl * | out | ) |
Definition at line 80 of file TypedOutControlRegistry.cxx.
Referenced by CLAM::BaseTypedOutControl::~BaseTypedOutControl().
void CLAM::TypedOutControlRegistry::Clear | ( | ) | [inline] |
Definition at line 24 of file TypedOutControlRegistry.hxx.
TypedOutControlRegistry::Iterator CLAM::TypedOutControlRegistry::Begin | ( | ) |
Definition at line 56 of file TypedOutControlRegistry.cxx.
TypedOutControlRegistry::Iterator CLAM::TypedOutControlRegistry::End | ( | ) |
Definition at line 61 of file TypedOutControlRegistry.cxx.
TypedOutControlRegistry::ConstIterator CLAM::TypedOutControlRegistry::Begin | ( | ) | const |
Definition at line 66 of file TypedOutControlRegistry.cxx.
TypedOutControlRegistry::ConstIterator CLAM::TypedOutControlRegistry::End | ( | ) | const |
Definition at line 71 of file TypedOutControlRegistry.cxx.