|
|
Home | Loader API | Interfaces | File List | Index | |
Return zero or more strings resulting from a regex operation. More...
#include <p6wregex.h>
Inherits P6R::p6ICom.
Public Member Functions | |
virtual P6R::P6INT32 | addref ()=0 |
This method increases the reference count of the component instance by one. | |
virtual P6R::P6ERR | next (const P6WCHAR **pResult)=0 |
This method is used to iterate zero or more strings generated from a regex function. | |
virtual P6R::P6ERR | queryInterface (const P6R::IID &iid, P6R::P6VOID **ppIface)=0 |
This method queries the component for a specific interface. | |
virtual P6R::P6INT32 | release ()=0 |
This method decrements a components reference count. | |
virtual P6R::P6ERR | reset ()=0 |
This method is used to re-start the enumerator at the beginning. |
Return zero or more strings resulting from a regex operation.
The strings are owned by the eumerator an are freed when the enumerator is freed.
Definition at line 123 of file p6wregex.h.