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

#include <InControlRegistry.hxx>

List of all members.

Public Types

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

Public Member Functions

InControlGetByNumber (int index) const
InControlGet (const std::string &name) const
bool Has (const std::string &name) const
int Size () const
void ProcessingInterface_Register (InControl *)
void ProcessingInterface_Unregister (InControl *)
void Clear ()
Iterator Begin ()
Iterator End ()
ConstIterator Begin () const
ConstIterator End () const

Detailed Description

Definition at line 32 of file InControlRegistry.hxx.


Member Typedef Documentation

typedef std::vector<InControl*>::const_iterator CLAM::InControlRegistry::ConstIterator

Definition at line 37 of file InControlRegistry.hxx.

typedef std::vector<InControl*>::iterator CLAM::InControlRegistry::Iterator

Definition at line 36 of file InControlRegistry.hxx.


Member Function Documentation

Definition at line 79 of file InControlRegistry.cxx.

Definition at line 89 of file InControlRegistry.cxx.

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

Definition at line 84 of file InControlRegistry.cxx.

Definition at line 94 of file InControlRegistry.cxx.

InControl & CLAM::InControlRegistry::Get ( const std::string &  name) const
bool CLAM::InControlRegistry::Has ( const std::string &  name) const

Definition at line 51 of file InControlRegistry.cxx.

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

Definition at line 99 of file InControlRegistry.cxx.

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

Definition at line 104 of file InControlRegistry.cxx.

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

Definition at line 74 of file InControlRegistry.cxx.

Referenced by GetByNumber().


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