Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
p6wregex.h File Reference
#include "p6com.h"

Go to the source code of this file.

Classes

interface  P6R::p6IWRegex
 
interface  P6R::p6IWRegexMatch
 

Namespaces

 P6R
 

Macros

#define COMP_p6WRegex   {0x8cebaed1,0x228d,0x4729,{0xaf,0x59,0x14,0x4,0x80,0xd8,0x97,0xf7}}
 
#define IF_p6IWRegex   {0x3e3cf731,0x11ea,0x47c7,{0xa9,0x5a,0xe1,0x51,0x7,0x28,0x62,0x11}}
 
#define IF_p6IWRegexMatch   {0x25845EAC,0xC253,0x4409,{0x85,0x09,0xD3,0xD7,0xBC,0x9B,0x9D,0xE0}}
 
#define INTERFACE   p6IWRegexMatch
 
#define INTERFACE   p6IWRegex
 

Typedefs

typedef P6UINT32 P6R::P6WREGEXFLAGS
 
typedef P6UINT32 P6R::P6WREGEXMODIFIER
 
typedef const P6WCHAR *(* P6R::P6WREGEXREPLACECB )(const P6WCHAR *pMatchedText, P6VOID *pCtx)
 
typedef P6UINT32 P6R::P6WREGEXTRACELEVEL
 

Enumerations

enum  P6R::P6WREGEXMODE {
  P6R::P6WREGEX_PERL, P6R::P6WREGEX_EGREP, P6R::P6WREGEX_ECMASCRIPT, P6R::P6WREGEX_BRIEF,
  P6R::P6WREGEX_MAX
}
 

Detailed Description

Interface definition for the Wide Character Regular Expression Engine.

Definition in file p6wregex.h.