Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IRegexMatch::next ( const P6CHAR **  pResult)
pure virtual

This method is used to iterate zero or more strings generated from a regex function.

Parameters
pResult[ out ] A pointer the result of a regex operation. Note that the string is owned by the eumerator object and is freed when the enumerator is freed. The caller should make a copy of the string if he wants to keep a copy of it.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgcElements is > 1 and pcReturned is NULL.
P6R::eEndOfRecordThere is no more data to enumerate.