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.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.