P6R::p6IRegexMatch Interface Reference

Return zero or more strings resulting from a regex operation. More...

#include <p6regex.h>

Inherits P6R::p6ICom.

List of all members.

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 P6CHAR **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.

Detailed Description

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 125 of file p6regex.h.


The documentation for this interface was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.