CLAM-Development  1.4.0
Public Types | Public Member Functions
CLAM::OutControlRegistry Class Reference

#include <OutControlRegistry.hxx>

List of all members.

Public Types

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

Public Member Functions

OutControlBaseGetByNumber (int index) const
OutControlBaseGet (const std::string &name) const
bool Has (const std::string &name) const
int Size () const
void ProcessingInterface_Register (OutControlBase *)
void ProcessingInterface_Unregister (OutControlBase *)
void Clear ()
Iterator Begin ()
Iterator End ()
ConstIterator Begin () const
ConstIterator End () const

Detailed Description

Definition at line 33 of file OutControlRegistry.hxx.


Member Typedef Documentation

typedef std::vector<OutControlBase*>::const_iterator CLAM::OutControlRegistry::ConstIterator

Definition at line 38 of file OutControlRegistry.hxx.

typedef std::vector<OutControlBase*>::iterator CLAM::OutControlRegistry::Iterator

Definition at line 37 of file OutControlRegistry.hxx.


Member Function Documentation

OutControlRegistry::Iterator CLAM::OutControlRegistry::Begin ( )

Definition at line 65 of file OutControlRegistry.cxx.

OutControlRegistry::ConstIterator CLAM::OutControlRegistry::Begin ( ) const

Definition at line 75 of file OutControlRegistry.cxx.

void CLAM::OutControlRegistry::Clear ( )
inline

Definition at line 46 of file OutControlRegistry.hxx.

Referenced by CLAM::ControlTraceReader::RemoveOldControls().

OutControlRegistry::Iterator CLAM::OutControlRegistry::End ( )

Definition at line 70 of file OutControlRegistry.cxx.

OutControlRegistry::ConstIterator CLAM::OutControlRegistry::End ( ) const

Definition at line 80 of file OutControlRegistry.cxx.

OutControlBase & CLAM::OutControlRegistry::Get ( const std::string &  name) const

Definition at line 36 of file OutControlRegistry.cxx.

References CLAM_ASSERT, and NULL.

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

OutControlBase & CLAM::OutControlRegistry::GetByNumber ( int  index) const

Definition at line 28 of file OutControlRegistry.cxx.

References CLAM_ASSERT, and Size().

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

bool CLAM::OutControlRegistry::Has ( const std::string &  name) const

Definition at line 50 of file OutControlRegistry.cxx.

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

void CLAM::OutControlRegistry::ProcessingInterface_Register ( OutControlBase out)

Definition at line 85 of file OutControlRegistry.cxx.

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

void CLAM::OutControlRegistry::ProcessingInterface_Unregister ( OutControlBase out)

Definition at line 90 of file OutControlRegistry.cxx.

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

int CLAM::OutControlRegistry::Size ( ) const

Definition at line 60 of file OutControlRegistry.cxx.

Referenced by GetByNumber(), and CLAM::Processing::GetNOutControls().


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