doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
URLPattern Struct Reference

#include <urlglob.h>

Public Attributes

URLPatternType type
 
union {
   struct {
      char **   elements
 
      short   size
 
      short   ptr_s
 
   }   Set
 
   struct {
      char   min_c
 
      char   max_c
 
      char   ptr_c
 
   }   CharRange
 
   struct {
      int   min_n
 
      int   max_n
 
      short   padlength
 
      int   ptr_n
 
   }   NumRange
 
content
 

Detailed Description

Definition at line 31 of file urlglob.h.

Member Data Documentation

struct { ... } URLPattern::CharRange
union { ... } URLPattern::content
char** URLPattern::elements

Definition at line 35 of file urlglob.h.

char URLPattern::max_c

Definition at line 40 of file urlglob.h.

int URLPattern::max_n

Definition at line 44 of file urlglob.h.

char URLPattern::min_c

Definition at line 40 of file urlglob.h.

int URLPattern::min_n

Definition at line 44 of file urlglob.h.

struct { ... } URLPattern::NumRange
short URLPattern::padlength

Definition at line 45 of file urlglob.h.

char URLPattern::ptr_c

Definition at line 41 of file urlglob.h.

int URLPattern::ptr_n

Definition at line 46 of file urlglob.h.

short URLPattern::ptr_s

Definition at line 37 of file urlglob.h.

struct { ... } URLPattern::Set
short URLPattern::size

Definition at line 36 of file urlglob.h.

URLPatternType URLPattern::type

Definition at line 32 of file urlglob.h.


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