Jpp - the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
regex_t Struct Reference

#include <regex.h>

Public Attributes

unsigned char * buffer
 
unsigned long allocated
 
unsigned long used
 
reg_syntax_t syntax
 
char * fastmap
 
char * translate
 
size_t re_nsub
 
unsigned can_be_null: 1
 
unsigned regs_allocated: 2
 
unsigned fastmap_accurate: 1
 
unsigned no_sub: 1
 
unsigned not_bol: 1
 
unsigned not_eol: 1
 
unsigned newline_anchor: 1
 

Detailed Description

Definition at line 278 of file regex.h.

Member Data Documentation

unsigned char* regex_t::buffer

Definition at line 284 of file regex.h.

unsigned long regex_t::allocated

Definition at line 287 of file regex.h.

unsigned long regex_t::used

Definition at line 290 of file regex.h.

reg_syntax_t regex_t::syntax

Definition at line 293 of file regex.h.

char* regex_t::fastmap

Definition at line 298 of file regex.h.

char* regex_t::translate

Definition at line 304 of file regex.h.

size_t regex_t::re_nsub

Definition at line 307 of file regex.h.

unsigned regex_t::can_be_null

Definition at line 314 of file regex.h.

unsigned regex_t::regs_allocated

Definition at line 323 of file regex.h.

unsigned regex_t::fastmap_accurate

Definition at line 327 of file regex.h.

unsigned regex_t::no_sub

Definition at line 331 of file regex.h.

unsigned regex_t::not_bol

Definition at line 335 of file regex.h.

unsigned regex_t::not_eol

Definition at line 338 of file regex.h.

unsigned regex_t::newline_anchor

Definition at line 341 of file regex.h.


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