SourceMod::IPluginIterator Class Reference

Iterates over a list of plugins. More...

#include <public/IPluginSys.h>

List of all members.

Public Member Functions

virtual ~IPluginIterator ()
virtual bool MorePlugins ()=0
 Returns true if there are more plugins in the iterator.
virtual IPluginGetPlugin ()=0
 Returns the plugin at the current iterator position.
virtual void NextPlugin ()=0
 Advances to the next plugin in the iterator.
virtual void Release ()=0
 Destroys the iterator object. Note: You may use 'delete' in lieu of this function.


Detailed Description

Iterates over a list of plugins.

Definition at line 205 of file IPluginSys.h.


Constructor & Destructor Documentation

virtual SourceMod::IPluginIterator::~IPluginIterator (  )  [inline, virtual]

Virtual destructor

Definition at line 209 of file IPluginSys.h.


The documentation for this class was generated from the following file:
Generated on Thu Aug 28 22:10:27 2008 for SourceMod SDK by  doxygen 1.5.1