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

#include <TypedOutControlRegistry.hxx>

List of all members.

Public Types

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

Public Member Functions

BaseTypedOutControlGet (const std::string &name) const
BaseTypedOutControlGetByNumber (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

Detailed Description

Definition at line 10 of file TypedOutControlRegistry.hxx.


Member Typedef Documentation

Definition at line 15 of file TypedOutControlRegistry.hxx.

Definition at line 14 of file TypedOutControlRegistry.hxx.


Member Function Documentation

Definition at line 56 of file TypedOutControlRegistry.cxx.

Definition at line 66 of file TypedOutControlRegistry.cxx.

Definition at line 24 of file TypedOutControlRegistry.hxx.

Definition at line 61 of file TypedOutControlRegistry.cxx.

Definition at line 71 of file TypedOutControlRegistry.cxx.

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().

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().

Definition at line 52 of file TypedOutControlRegistry.cxx.

Referenced by GetByNumber().


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