regex_t Struct Reference

#include <regex.h>

Data Fields

int  re_magic
size_t  re_nsub
__const char *  re_endp
re_guts *  re_g

Field Documentation

__const char* regex_t::re_endp
 
struct re_guts* regex_t::re_g
 
int regex_t::re_magic
 
size_t regex_t::re_nsub
 

The documentation for this struct was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top