SourceMod SDK  1.7
SourceMod::IPluginIterator Class Referenceabstract

Iterates over a list of plugins. More...

#include <public/IPluginSys.h>

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.

Constructor & Destructor Documentation

virtual SourceMod::IPluginIterator::~IPluginIterator ( )
inlinevirtual

Virtual destructor


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