|
Crossfire Server, Branches 1.12
R18729
|
#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 |
| Boolean selection::array[UCHAR_MAX] |
Definition at line 78 of file re-cmp.h.
Referenced by re_get_token(), and re_match_token().
| 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().