Crossfire Server, Branches 1.12  R18729
selection Struct Reference

#include <re-cmp.h>

+ Collaboration diagram for selection:

Data Fields

repetetion_type repeat
 
selection_type type
 
union {
   Boolean   array [UCHAR_MAX]
 
   struct {
      uchar   high
 
      uchar   low
 
   }   range
 
   uchar   single
 
u
 

Detailed Description

Definition at line 71 of file re-cmp.h.

Field Documentation

Boolean selection::array[UCHAR_MAX]

Definition at line 78 of file re-cmp.h.

Referenced by re_get_token(), and re_match_token().

uchar selection::high

Definition at line 76 of file re-cmp.h.

uchar selection::low

Definition at line 76 of file re-cmp.h.

struct { ... } selection::range

Referenced by re_get_token(), and re_match_token().

repetetion_type selection::repeat

Definition at line 80 of file re-cmp.h.

Referenced by re_get_token().

uchar selection::single

Definition at line 74 of file re-cmp.h.

Referenced by re_get_token(), and re_match_token().

selection_type selection::type

Definition at line 72 of file re-cmp.h.

Referenced by re_get_token(), and re_match_token().

union { ... } selection::u

Referenced by re_get_token(), and re_match_token().


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