Crossfire Server, Trunk
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 64 of file re-cmp.h.

Field Documentation

◆ array

Boolean selection::array[UCHAR_MAX]

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

Referenced by re_get_token(), and re_match_token().

◆ high

uchar selection::high

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

◆ low

uchar selection::low

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

◆ range

struct { ... } selection::range

Referenced by re_get_token(), and re_match_token().

◆ repeat

repetetion_type selection::repeat

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

Referenced by re_get_token().

◆ single

uchar selection::single

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

Referenced by re_get_token(), and re_match_token().

◆ type

selection_type selection::type

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

Referenced by re_get_token(), and re_match_token().

◆ u

union { ... } selection::u

Referenced by re_get_token(), and re_match_token().


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